From: Jamie Lenehan Date: Sat, 27 May 2006 10:36:20 +0000 (+0000) Subject: pmacct 0.7.9: Don't look for pcap headers in /usr/include, look for them in X-Git-Tag: Release-2010-05/1~9453^2~1605^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ffeeaa3df9bb741af5341aa8acd88f671532252;p=openembedded.git pmacct 0.7.9: Don't look for pcap headers in /usr/include, look for them in the staging area. Closes bug #712. --- diff --git a/packages/pmacct/pmacct_0.7.9.bb b/packages/pmacct/pmacct_0.7.9.bb index d557cae0e2..375eadce24 100644 --- a/packages/pmacct/pmacct_0.7.9.bb +++ b/packages/pmacct/pmacct_0.7.9.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Promiscuous mode IP Accounting package" HOMEPAGE = "http://www.ba.cnr.it/~paolo/pmacct/" LICENSE = "GPLv2" DEPENDS = "libpcap" -PR = "r1" +PR = "r2" SRC_URI = "http://www.ba.cnr.it/~paolo/pmacct/pmacct-${PV}.tar.gz \ file://pmacct.init \ @@ -10,6 +10,9 @@ SRC_URI = "http://www.ba.cnr.it/~paolo/pmacct/pmacct-${PV}.tar.gz \ inherit autotools +# Without this it'll check for the headers in /usr/include +EXTRA_OECONF = "--with-pcap-includes=${STAGING_INCDIR}" + do_configure () { oe_runconf }