[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:
parent
4f5610f184
commit
a2b914be78
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
PKG_VERSION:=0.98.6
|
PKG_VERSION:=0.98.6
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
PKG_MD5SUM:=b0d4132039953a0214256873b7d23d68
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
PKG_SOURCE_URL:=http://www.quagga.net/download/ \
|
||||||
|
@ -96,7 +96,6 @@ define Build/Configure
|
||||||
--sysconfdir=/etc/quagga/ \
|
--sysconfdir=/etc/quagga/ \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-ipv6 \
|
|
||||||
--enable-vtysh \
|
--enable-vtysh \
|
||||||
--enable-user=quagga \
|
--enable-user=quagga \
|
||||||
--enable-group=quagga \
|
--enable-group=quagga \
|
||||||
|
|
Loading…
Reference in a new issue