iperf: run gnu-configize
authorKoen Kooi <koen@openembedded.org>
Mon, 11 Jun 2007 11:26:28 +0000 (11:26 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 11 Jun 2007 11:26:28 +0000 (11:26 +0000)
packages/iperf/iperf_2.0.2.bb

index 357ac19..c54bafe 100644 (file)
@@ -13,6 +13,7 @@ S="${WORKDIR}/iperf-${PV}"
 
 # --disable-threads is needed on epia/x86 with uclibc
 do_configure() {
+       gnu-configize
        oe_runconf --exec-prefix=${STAGING_DIR}  --disable-threads
 }