aboutsummaryrefslogtreecommitdiffstats
path: root/libpcap
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-17 01:42:37 +0000
committerChris Larson <clarson@kergoth.com>2004-01-17 01:42:37 +0000
commitfdb992e825cdf9eee71773ef7a425d9106e4f918 (patch)
tree698650fb232a7d56b2728c6369490c5f5e10f1a7 /libpcap
parente973b2bf37d321bba9e13f917db852c820b77b61 (diff)
downloadopenembedded-fdb992e825cdf9eee71773ef7a425d9106e4f918.tar.gz
BUGFIX: Ensure libpcap prefers the headers in his own build dir to those in staging.
BKrev: 4008930doUk-kyHjWV7BHvXqK8lr1w
Diffstat (limited to 'libpcap')
-rw-r--r--libpcap/libpcap_0.7.2.oe3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcap/libpcap_0.7.2.oe b/libpcap/libpcap_0.7.2.oe
index 686dec95d1..54865ce030 100644
--- a/libpcap/libpcap_0.7.2.oe
+++ b/libpcap/libpcap_0.7.2.oe
@@ -13,6 +13,9 @@ DEPENDS=virtual/libc
inherit autotools
EXTRA_OECONF=" --with-pcap=linux"
+CPPFLAGS_prepend = '-I${S} '
+CFLAGS_prepend = '-I${S} '
+CXXFLAGS_prepend = '-I${S} '
do_configure_prepend () {
if [ ! -e acinclude.m4 ]; then