From a2b914be78cba3e4ab7e3b0ec24fcbff87f77ee3 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 26 Jul 2009 11:57:29 +0000 Subject: [PATCH] [package] get the enable/disable ipv6 configure option from the build system, do not override it locally git-svn-id: svn+ssh://svn.openwrt.org/openwrt@17009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 903f8da..0815eba 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga PKG_VERSION:=0.98.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68 PKG_SOURCE_URL:=http://www.quagga.net/download/ \ @@ -96,7 +96,6 @@ define Build/Configure --sysconfdir=/etc/quagga/ \ --enable-shared \ --disable-static \ - --enable-ipv6 \ --enable-vtysh \ --enable-user=quagga \ --enable-group=quagga \