summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-27 11:26:44 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-27 11:26:44 +0000
commitd651aa560c18f792a8a3893169bfa3a48e3e5434 (patch)
tree57d62ce771cf2ba53be146c0069806090029936d /packages
parentd6affedfab3e642a1e076481f3ed6056cff017ab (diff)
parent8ffeeaa3df9bb741af5341aa8acd88f671532252 (diff)
merge of 66dc5a29ccb437489e6283f23735e733f97b39ad
and d200e691772c0dcc5ada0b720230a8f49fa7547a
Diffstat (limited to 'packages')
-rw-r--r--packages/pmacct/pmacct_0.7.9.bb5
1 files changed, 4 insertions, 1 deletions
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
}