$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