aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/net-snmp/net-snmp_5.4.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-04 20:30:33 -0800
committerSteffen Sledz <sledz@dresearch.de>2011-03-09 07:36:50 +0100
commit285b4e52093c1fbdaa24aa04bd93fbacad729057 (patch)
tree4b5ba6bde4cb5065a5305cbcc5ef0546a91033da /recipes/net-snmp/net-snmp_5.4.2.1.bb
parent1551347fd91ba35a8a0375e894cfd2ddc0357129 (diff)
downloadopenembedded-285b4e52093c1fbdaa24aa04bd93fbacad729057.tar.gz
net-snmp: Fix build error ./.libs/libnetsnmpmibs.so: undefined reference to `pthread_create'
Do not override do_configure and pass endianness information in EXTRA_OECONF, also move common settings from EXTRA_OECONF in recipes to inc file. Let build go in parallel for svn recipe. It works ! Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/net-snmp/net-snmp_5.4.2.1.bb')
-rw-r--r--recipes/net-snmp/net-snmp_5.4.2.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/net-snmp/net-snmp_5.4.2.1.bb b/recipes/net-snmp/net-snmp_5.4.2.1.bb
index 1f80cbcef4..b043d073c1 100644
--- a/recipes/net-snmp/net-snmp_5.4.2.1.bb
+++ b/recipes/net-snmp/net-snmp_5.4.2.1.bb
@@ -1,5 +1,5 @@
require net-snmp.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
file://configure-tail.patch \
@@ -8,8 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
file://snmpd.conf \
file://snmptrapd.conf"
-EXTRA_OECONF = "--enable-shared --disable-manuals --with-defaults \
- --disable-embedded-perl --with-perl-modules=no"
+EXTRA_OECONF += "--disable-embedded-perl --with-perl-modules=no"
EXTRA_OEMAKE = "INSTALL_PREFIX=${D}"
do_configure_prepend() {