summaryrefslogtreecommitdiff
path: root/libpcap/libpcap_0.7.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libpcap/libpcap_0.7.2.oe')
-rw-r--r--libpcap/libpcap_0.7.2.oe3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe
index 279e62ab9b..686dec95d1 100644
--- a/libpcap/libpcap_0.7.2.oe
+++ b/libpcap/libpcap_0.7.2.oe
@@ -2,6 +2,7 @@ DESCRIPTION="Network Packet Capture Library"
SECTION="libs"
PRIORITY="required"
MAINTAINER="Greg Gilbert <treke@handhelds.org>"
+DEPENDS=virtual/libc
RDEPENDS="libc6"
SRC_URI=http://www.tcpdump.org/release/libpcap-${PV}.tar.gz;
@@ -9,10 +10,10 @@ SRC_URI_append=" file://${FILESDIR}/libpcap-shared.patch;patch=1"
SRC_URI_append=" file://${FILESDIR}/configure.patch;patch=1"
SRC_URI_append=" file://${FILESDIR}/ldflags.patch;patch=1"
DEPENDS=virtual/libc
-S=${WORKDIR}/libpcap-${PV}
inherit autotools
EXTRA_OECONF=" --with-pcap=linux"
+
do_configure_prepend () {
if [ ! -e acinclude.m4 ]; then
cat aclocal.m4 > acinclude.m4