Compile options - allow pptpd to do client ip management
authorGerry Rozema <groz@openwrt.org>
Sun, 3 Sep 2006 23:47:19 +0000 (23:47 +0000)
committerGerry Rozema <groz@openwrt.org>
Sun, 3 Sep 2006 23:47:19 +0000 (23:47 +0000)
SVN-Revision: 4746

net/pptpd/Makefile

index 6382ccde352cbb3a96e31864643c99158e0ec7cb..0e5bb127f58179e3cc19070b92aa6eab9901ee57 100644 (file)
@@ -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