diff options
author | ru <ru@FreeBSD.org> | 2003-04-16 21:39:01 +0800 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-04-16 21:39:01 +0800 |
commit | 4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c (patch) | |
tree | 11156cb8e16804c97cdc26db6a551ca3349c0912 /net/l2tpd/files | |
parent | 482ceaa770f4a591c3a5618b5b70483fdfbc86b7 (diff) | |
download | freebsd-ports-gnome-4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c.tar.gz freebsd-ports-gnome-4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c.tar.zst freebsd-ports-gnome-4bf11d43eef67cb8cfc0ad0ed1406b052eb6b64c.zip |
Let pppd(8) control the IP address allocation.
Approved by: sobomax
Diffstat (limited to 'net/l2tpd/files')
-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) |