diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-01-21 08:53:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-01-21 08:53:44 +0100 |
commit | eb39051936e30f57a841b50299830823bd90ff0f (patch) | |
tree | 698d348d48deee674eeb9fd51b82e10c2b454087 /Makefile.am | |
parent | e1f8f477de518979edae46de03ae2f69cbe512b7 (diff) | |
download | guix-eb39051936e30f57a841b50299830823bd90ff0f.tar guix-eb39051936e30f57a841b50299830823bd90ff0f.tar.gz |
gnu: Add missing libevent patch.
* gnu/packages/patches/libevent-dns-tests.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 5e3114dc5c..01840d23b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,6 +151,7 @@ dist_patch_DATA = \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-default-utf8.patch \ gnu/packages/patches/guile-relocatable.patch \ + gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libtool-skip-tests.patch \ gnu/packages/patches/lsh-guile-compat.patch \ gnu/packages/patches/lsh-no-root-login.patch \ |