summaryrefslogtreecommitdiff
path: root/net/hping/patches/patch-ac
blob: ce113fee1bcd25a841680743f77609b44f3d1b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ac,v 1.1 2005/07/13 14:18:22 drochner Exp $

--- configure.orig	2005-07-13 15:30:53.000000000 +0200
+++ configure
@@ -61,8 +61,8 @@ if [ "$CONFIGOSTYPE" = "LINUX" ]; then
 	PCAP=""
 	PCAP_INCLUDE=""
 else
-	PCAP="PCAP=-lpcap"
-	PCAP_INCLUDE=""
+	PCAP="PCAP=-L$PCAPLIBDIR -lpcap"
+	PCAP_INCLUDE="-I$PCAPINCDIR"
 fi
 
 for ARG in $*; do