summaryrefslogtreecommitdiff
path: root/src/stage2/patches/libpcap.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/libpcap.patch')
-rw-r--r--src/stage2/patches/libpcap.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage2/patches/libpcap.patch b/src/stage2/patches/libpcap.patch
index de450c8..d73969d 100644
--- a/src/stage2/patches/libpcap.patch
+++ b/src/stage2/patches/libpcap.patch
@@ -4,7 +4,7 @@
cd $pkgname-$pkgver
CFLAGS="$CFLAGS -I${srcdir}/include $(pkg-config libnl-genl-3.0 --cflags)" \
./configure --prefix=/usr \
-+ --host=@TARGET@ --build=@BUILDHOST@ \
++ --host=@CHOST@ --build=@BUILDHOST@ \
+ --with-pcap=linux \
--enable-ipv6 \
- --enable-bluetooth \