]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/Makefile.linux
turn off packet filtering for now since the kernel driver doesn't
[ppp.git] / pppd / Makefile.linux
index b642005bad899da912fdace6911ece0539adc73a..05bca94887f98bc4184c2de336156c62ea909f5a 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.38 2000/06/30 04:54:20 paulus Exp $
+# $Id: Makefile.linux,v 1.40 2000/08/01 01:44:48 paulus Exp $
 #
 
 # Default installation locations
@@ -42,6 +42,11 @@ ifneq ($(wildcard /usr/lib/libcrypt.*),)
 HAVE_CRYPT_H=y
 endif
 
+# Uncomment the next line to include support for PPP packet filtering.
+# This requires that the libpcap library and headers be installed
+# and that the kernel driver support PPP packet filtering, which it
+# doesn't yet.
+#FILTER=y
 
 HAS_SHADOW=y
 #USE_PAM=y
@@ -94,6 +99,11 @@ LDFLAGS      += -Wl,-E
 LIBS   += -ldl
 endif
 
+ifdef FILTER
+LIBS    += -lpcap
+CFLAGS  += -DPPP_FILTER -I/usr/include/pcap
+endif
+
 ifdef HAVE_INET6
      PPPDSRCS += ipv6cp.c eui64.c
      HEADERS  += ipv6cp.h eui64.h