From 18b2c8c7d396a6b8569ba1c9c19efc2f1d75da82 Mon Sep 17 00:00:00 2001 From: Gerry Rozema Date: Sun, 3 Sep 2006 23:47:19 +0000 Subject: [PATCH] Compile options - allow pptpd to do client ip management SVN-Revision: 4746 --- net/pptpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/pptpd/Makefile b/net/pptpd/Makefile index 6382ccde35..0e5bb127f5 100644 --- a/net/pptpd/Makefile +++ b/net/pptpd/Makefile @@ -33,7 +33,7 @@ endef define Build/Configure -$(call Build/Configure/Default,--with-pppd-ip-alloc --with-bcrelay) +$(call Build/Configure/Default, --with-bcrelay) endef define Build/Compile -- 2.30.2