]> git.pld-linux.org Git - packages/net-snmp.git/blobdiff - net-snmp-libnl.patch
- do not allow hrSWInstalledTable query to use dpkg-query even if it finds it; REL 6
[packages/net-snmp.git] / net-snmp-libnl.patch
index 0879e45e0b883ff49f5a6f9069e81ca8cd8abf67..2404de39c36b8c1566c04546bc65685f875d5deb 100644 (file)
  
        if (tcp_head) {
                DEBUGMSGTL(("mibII/tcpTable", "Loaded TCP Table using netlink\n"));
+--- net-snmp-5.7.1/configure.d/config_os_libs2.orig    2011-09-28 06:53:47.000000000 +0200
++++ net-snmp-5.7.1/configure.d/config_os_libs2 2011-10-30 12:25:15.940463045 +0100
+@@ -222,10 +222,11 @@
+ #
+ if test "x$with_nl" != "xno"; then
++    CPPFLAGS="$CPPFLAGS -I/usr/include/libnl3"
+     case $target_os in
+     linux*) # Check for libnl (linux)
+       NETSNMP_SEARCH_LIBS(
+-          nl_connect, nl,
++          nl_connect, nl-3,
+           [AC_CHECK_HEADERS(netlink/netlink.h)],,, LMIBLIBS)
+     ;;
+     esac
This page took 0.049089 seconds and 4 git commands to generate.