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-15 00:52:54 +0100 |
commit | 6956067b04269ecf666b3b4b1e63ce00bc1944c8 (patch) | |
tree | 9ed70f48a3ac1c98103f7928211bdae8ad862c50 /Makefile.am | |
parent | 1dee732b81660ad2f6b4831c7e53c61e5ca32a0f (diff) | |
download | guix-6956067b04269ecf666b3b4b1e63ce00bc1944c8.tar guix-6956067b04269ecf666b3b4b1e63ce00bc1944c8.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 \ |