aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unstable/hping/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/unstable/hping/APKBUILD b/unstable/hping/APKBUILD
index 5f48e80339..b84d2fde3a 100644
--- a/unstable/hping/APKBUILD
+++ b/unstable/hping/APKBUILD
@@ -15,7 +15,7 @@ source="http://www.hping.org/$_altname-$pkgver.tar.gz"
build() {
cd "$srcdir"/$_altname-$pkgver
- ln -s /usr/include/pcap/bpf.h /usr/include/net/bpf.h
+ sed -i -e 's:net/bpf.h:pcap/bpf.h:' libpcap_stuff.c
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \