git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e973b2b
)
BUGFIX: Ensure libpcap prefers the headers in his own build dir to those in staging.
author
Chris Larson
<clarson@kergoth.com>
Sat, 17 Jan 2004 01:42:37 +0000
(
01:42
+0000)
committer
Chris Larson
<clarson@kergoth.com>
Sat, 17 Jan 2004 01:42:37 +0000
(
01:42
+0000)
BKrev: 4008930doUk-kyHjWV7BHvXqK8lr1w
libpcap/libpcap_0.7.2.oe
patch
|
blob
|
history
diff --git
a/libpcap/libpcap_0.7.2.oe
b/libpcap/libpcap_0.7.2.oe
index
686dec9
..
54865ce
100644
(file)
--- 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