Browse Source

libpcap: fixed installation of pcap-int.h when using no prefix

stable/0.6
Christian Wiese 11 years ago
parent
commit
f6ede6f1bf
  1. 2
      network/libpcap/libpcap.conf

2
network/libpcap/libpcap.conf

@ -27,7 +27,7 @@ fi
# enable IPv6 support by default # enable IPv6 support by default
var_append confopt ' ' '--enable-ipv6' var_append confopt ' ' '--enable-ipv6'
hook_add postmake 5 "cp -fv pcap-int.h $root/$prefix/include/" hook_add postmake 5 "cp -fv pcap-int.h $root$includedir"
# we need to perform some config hacking for cross compilation ... :-( # we need to perform some config hacking for cross compilation ... :-(
if ! atstage native; then if ! atstage native; then

Loading…
Cancel
Save