[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
This commit is contained in:
florian 2009-07-26 11:57:29 +00:00
parent 4f5610f184
commit a2b914be78

View file

@ -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 \