From f6ede6f1bfee218cbbc067edd82898bbf155bd89 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 15 Dec 2013 03:10:44 +0100 Subject: [PATCH] libpcap: fixed installation of pcap-int.h when using no prefix --- network/libpcap/libpcap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/libpcap/libpcap.conf b/network/libpcap/libpcap.conf index b91d232ee..011de1538 100644 --- a/network/libpcap/libpcap.conf +++ b/network/libpcap/libpcap.conf @@ -27,7 +27,7 @@ fi # enable IPv6 support by default 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 ... :-( if ! atstage native; then