diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2011-01-11 12:36:01 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2011-01-11 12:36:01 +0000 |
commit | 0de428a90a19ac2accd5640c6d4af0f7c9f752ca (patch) | |
tree | 1fa5c8ce856d352e7b016a413a1ce56504b12cbb /sys-cluster/cluster-glue/files | |
parent | punt all but latest, all versions prior to this are broken with PAM and Conso... (diff) | |
download | historical-0de428a90a19ac2accd5640c6d4af0f7c9f752ca.tar.gz historical-0de428a90a19ac2accd5640c6d4af0f7c9f752ca.tar.bz2 historical-0de428a90a19ac2accd5640c6d4af0f7c9f752ca.zip |
Fix libnet configure check. Thanks to xarthisius for his help
Package-Manager: portage-2.1.9.29/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/cluster-glue/files')
-rw-r--r-- | sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch b/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch new file mode 100644 index 000000000000..fff85b003322 --- /dev/null +++ b/sys-cluster/cluster-glue/files/1.0.7-fix_configure.patch @@ -0,0 +1,13 @@ +Fix enable/disable of libnet + +--- a/configure.ac 2010-12-06 18:17:03.000000000 +0100 ++++ b/configure.ac 2011-01-11 13:22:16.271977100 +0100 +@@ -928,7 +928,7 @@ + + AC_ARG_ENABLE([libnet], + [ --enable-libnet Use libnet for ARP based funcationality, [default=try]], +- [enable_libnet=$withval], [enable_libnet=try]) ++ [], [enable_libnet=try]) + + libnet="" + libnet_version="none" |