packages: bmon/bmon-no-libnl.patch (NEW) - new
adamg
adamg at pld-linux.org
Tue Aug 11 13:28:20 CEST 2009
Author: adamg Date: Tue Aug 11 11:28:20 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- new
---- Files affected:
packages/bmon:
bmon-no-libnl.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/bmon/bmon-no-libnl.patch
diff -u /dev/null packages/bmon/bmon-no-libnl.patch:1.1
--- /dev/null Tue Aug 11 13:28:20 2009
+++ packages/bmon/bmon-no-libnl.patch Tue Aug 11 13:28:14 2009
@@ -0,0 +1,22 @@
+--- bmon-2.2.0-pre1.orig/configure.ac 2009-08-11 12:39:11.172098193 +0200
++++ bmon-2.2.0-pre1/configure.ac 2009-08-11 13:13:15.358098088 +0200
+@@ -192,19 +192,6 @@
+ ##
+ #####################################################################
+ NL="No "
+-AC_CHECK_LIB(nl, nl_connect, [
+- AC_DEFINE_UNQUOTED(HAVE_NL, "1", [have libnl])
+- LIBNL="-lnl"
+- NL="Yes"
+-],[
+- case ${target_os} in
+- *linux*)
+- echo
+- echo "*** Warning: Building bmon on Linuxx w/o libnl ***"
+- echo
+- ;;
+- esac
+-])
+
+ #####################################################################
+ ##
================================================================
More information about the pld-cvs-commit
mailing list