diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-15 00:29:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-27 20:55:39 +0100 |
commit | e70a28b87e7280ac3d73a7cd5d9c3240e31e19e9 (patch) | |
tree | a40ec431a65a06d7ecad345bcec26d41f7ad411b /Makefile.am | |
parent | 2e48455d276501a27ddc6dada07407ce03256312 (diff) | |
download | patches-e70a28b87e7280ac3d73a7cd5d9c3240e31e19e9.tar patches-e70a28b87e7280ac3d73a7cd5d9c3240e31e19e9.tar.gz |
gnu: guile-static: Add bindings for low-level Linux syscalls.
* gnu/packages/make-bootstrap.scm (%guile-static): Add
`guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 739b75e430..9ab0709c68 100644 --- a/Makefile.am +++ b/Makefile.am @@ -186,6 +186,7 @@ dist_patch_DATA = \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-default-utf8.patch \ + gnu/packages/patches/guile-linux-syscalls.patch \ gnu/packages/patches/guile-relocatable.patch \ gnu/packages/patches/libapr-skip-getservbyname-test.patch \ gnu/packages/patches/libevent-dns-tests.patch \ |