diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-16 13:39:01 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-04-16 13:39:01 +0000 |
commit | a56dd6faec6c189cd483125c17e61de7e7c7a5e6 (patch) | |
tree | 7665573b6b462bc662c0d4ddc7d4c60e3cf21965 /net | |
parent | e68bd4bd0c96f03e9770c2fda5af69507645251a (diff) | |
download | ports-a56dd6faec6c189cd483125c17e61de7e7c7a5e6.tar.gz ports-a56dd6faec6c189cd483125c17e61de7e7c7a5e6.zip |
Let pppd(8) control the IP address allocation.
Approved by: sobomax
Notes
Notes:
svn path=/head/; revision=79081
Diffstat (limited to 'net')
-rw-r--r-- | net/l2tpd/files/patch-Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/l2tpd/files/patch-Makefile b/net/l2tpd/files/patch-Makefile index 10e0735c76a9..5ed32e09fb4a 100644 --- a/net/l2tpd/files/patch-Makefile +++ b/net/l2tpd/files/patch-Makefile @@ -2,7 +2,7 @@ $FreeBSD$ --- Makefile.orig Sat Aug 10 03:42:22 2002 -+++ Makefile Wed Oct 23 16:32:38 2002 ++++ Makefile Fri Apr 11 19:12:26 2003 @@ -27,11 +27,11 @@ # become runtime options) debugging flags # @@ -26,9 +26,12 @@ $FreeBSD$ # # Uncomment the next line for Solaris. For solaris, at least, # we don't want to specify -I/usr/include because it is in -@@ -56,7 +56,7 @@ +@@ -54,9 +54,9 @@ + # Comment the following line to disable l2tpd maintaining IP address + # pools to pass to pppd to control IP address allocation - FFLAGS= -DIP_ALLOCATION +-FFLAGS= -DIP_ALLOCATION ++#FFLAGS= -DIP_ALLOCATION -CFLAGS= $(DFLAGS) -Wall -DSANITY $(OSFLAGS) $(FFLAGS) +CFLAGS+= $(DFLAGS) -Wall -DSANITY $(OSFLAGS) $(FFLAGS) |