projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bfdecb
)
quagga: Disable building of documentation
author
Vasilis Tsiligiannis
<
[email protected]
>
Fri, 13 Jul 2012 15:05:44 +0000
(15:05 +0000)
committer
Vasilis Tsiligiannis
<
[email protected]
>
Fri, 13 Jul 2012 15:05:44 +0000
(15:05 +0000)
SVN-Revision: 32691
net/quagga/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga/Makefile
b/net/quagga/Makefile
index 121984316701e1c73ff2740710a81ff4d41cef3e..7a7ad121da49c26e8d5521d07973807eb3a0f2ff 100644
(file)
--- a/
net/quagga/Makefile
+++ b/
net/quagga/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
PKG_VERSION:=0.99.21
-PKG_RELEASE:=
3
+PKG_RELEASE:=
4
PKG_MD5SUM:=99840adbe57047c90dfba6b6ed9aec7f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-186,6
+186,7
@@
CONFIGURE_ARGS+= \
--enable-multipath=8 \
--disable-ospfclient \
--disable-capabilities \
+ --disable-doc \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libzebra,zebra) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-libospf,ospfd) \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-bgpd,bgpd) \