diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-05 20:20:50 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-05 20:20:50 +0000 |
commit | fddaf5ada35f5532064163876a12b8a22ef34162 (patch) | |
tree | 2a8f75f138330a0e0a44ab3c179e3d8022210806 /net-analyzer/bmon/files | |
parent | Use the latest autotools from the autotools eclass #191410. (diff) | |
download | gentoo-2-fddaf5ada35f5532064163876a12b8a22ef34162.tar.gz gentoo-2-fddaf5ada35f5532064163876a12b8a22ef34162.tar.bz2 gentoo-2-fddaf5ada35f5532064163876a12b8a22ef34162.zip |
Fix for bug #176378
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/bmon/files')
-rw-r--r-- | net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch | 23 | ||||
-rw-r--r-- | net-analyzer/bmon/files/digest-bmon-2.1.0-r3 | 3 |
2 files changed, 26 insertions, 0 deletions
diff --git a/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch new file mode 100644 index 000000000000..32b3e21cce99 --- /dev/null +++ b/net-analyzer/bmon/files/bmon-2.1.0-libnl-1.0.patch @@ -0,0 +1,23 @@ +--- configure~ 2007-09-03 23:46:20.000000000 +0200 ++++ configure 2007-09-03 23:46:20.000000000 +0200 +@@ -7327,13 +7327,13 @@ echo "$as_me:$LINENO: result: $ac_cv_lib + echo "${ECHO_T}$ac_cv_lib_nl_nl_connect" >&6 + if test $ac_cv_lib_nl_nl_connect = yes; then + +- +-cat >>confdefs.h <<_ACEOF +-#define HAVE_NL "1" +-_ACEOF +- +- LIBNL="-lnl" +- NL="Yes" ++ case ${target_os} in ++ *linux*) ++ echo ++ echo "*** Warning: Building bmon on Linuxx w/o libnl ***" ++ echo ++ ;; ++ esac + + else + diff --git a/net-analyzer/bmon/files/digest-bmon-2.1.0-r3 b/net-analyzer/bmon/files/digest-bmon-2.1.0-r3 new file mode 100644 index 000000000000..f5cb3bca416b --- /dev/null +++ b/net-analyzer/bmon/files/digest-bmon-2.1.0-r3 @@ -0,0 +1,3 @@ +MD5 3111a027907016c0902d67350c619df6 bmon-2.1.0.tar.gz 270287 +RMD160 7e0a5e0a82bfd3dc30fec899088f2206a75796a0 bmon-2.1.0.tar.gz 270287 +SHA256 36a5772fc0241298b15db3dc4fb2552dcbb43edeffd6fcea4cd8818e97ec99fe bmon-2.1.0.tar.gz 270287 |