[packages] quagga: Disable building of documentation
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@32691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cab879c0f3
commit
1ca54cc448
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=quagga
|
PKG_NAME:=quagga
|
||||||
PKG_VERSION:=0.99.21
|
PKG_VERSION:=0.99.21
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
|
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
@ -186,6 +186,7 @@ CONFIGURE_ARGS+= \
|
||||||
--enable-multipath=8 \
|
--enable-multipath=8 \
|
||||||
--disable-ospfclient \
|
--disable-ospfclient \
|
||||||
--disable-capabilities \
|
--disable-capabilities \
|
||||||
|
--disable-doc \
|
||||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
|
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
|
||||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
|
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
|
||||||
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \
|
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \
|
||||||
|
|
Loading…
Reference in a new issue