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:
a44b486
)
quagga-unstable: fix segfault of vtysh and zebra by disabling PIE support (#6142)
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Nov 2009 22:17:00 +0000
(22:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 11 Nov 2009 22:17:00 +0000
(22:17 +0000)
SVN-Revision: 18382
net/quagga-unstable/Makefile
patch
|
blob
|
history
diff --git
a/net/quagga-unstable/Makefile
b/net/quagga-unstable/Makefile
index 92f5730586a6edf42c56f2a8bef2f721cd123024..a8c597dba3a85ce9a50c7abd5b23f5cd43b468f0 100644
(file)
--- a/
net/quagga-unstable/Makefile
+++ b/
net/quagga-unstable/Makefile
@@
-104,6
+104,7
@@
CONFIGURE_ARGS+= \
--enable-vtysh \
--enable-user=quagga \
--enable-group=quagga \
+ --enable-pie=no \
--enable-multipath=8 \
ifneq ($(CONFIG_PACKAGE_quagga-unstable-isisd),)