aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/net-snmp
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2011-03-11 11:59:34 +0100
committerSteffen Sledz <sledz@dresearch.de>2011-03-15 08:13:40 +0100
commit84cbf663f3b2208f6f818bd07042c50ef55e0e38 (patch)
tree8e043bd357de2fdae8c7063aa184d43d027bf8bf /recipes/net-snmp
parent7c01212057165a584581ce3a4ffd9f59019249ba (diff)
downloadopenembedded-84cbf663f3b2208f6f818bd07042c50ef55e0e38.tar.gz
net-snmp: disable libnl use
Fixes compile error | ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_destroy' | ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_alloc' which occurred sometimes depending on build order (not in clean package only builds). Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/net-snmp')
-rw-r--r--recipes/net-snmp/net-snmp_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/net-snmp/net-snmp_svn.bb b/recipes/net-snmp/net-snmp_svn.bb
index 2a75722841..c53c91f3da 100644
--- a/recipes/net-snmp/net-snmp_svn.bb
+++ b/recipes/net-snmp/net-snmp_svn.bb
@@ -1,7 +1,7 @@
require net-snmp.inc
DEPENDS += "libtool libtool-native libtool-cross"
SRCREV = "20069"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
S = "${WORKDIR}/net-snmp"
@@ -10,7 +10,7 @@ SRC_URI = "svn://net-snmp.svn.sourceforge.net/svnroot/net-snmp/trunk;module=net-
file://snmpd.conf \
file://snmptrapd.conf"
-EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no GREP=/bin/grep SED=/bin/sed"
+EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no --without-nl GREP=/bin/grep SED=/bin/sed"
EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
CCACHE = ""