aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:45 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-02-17 08:44:45 +0000
commit4d151d4fc86e1c25ebebbd49664c9bee300fa1e1 (patch)
treedf7d0a914710110a69ce7363018e6c2df67712b5 /toolchain
parent2c958ed6db5bc4f15168274ada179e1f6304e3d8 (diff)
downloadmaster-187ad058-4d151d4fc86e1c25ebebbd49664c9bee300fa1e1.tar.gz
master-187ad058-4d151d4fc86e1c25ebebbd49664c9bee300fa1e1.tar.bz2
master-187ad058-4d151d4fc86e1c25ebebbd49664c9bee300fa1e1.zip
toolchain: mark eglibc 2.19 broken
Upstream is dead and the last available version has multiple open CVEs. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48734 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in
index 00262dd406..2d936c3ffa 100644
--- a/toolchain/glibc/Config.in
+++ b/toolchain/glibc/Config.in
@@ -7,6 +7,7 @@ choice
config EGLIBC_USE_VERSION_2_19
bool "eglibc 2.19"
+ depends on BROKEN
select EGLIBC_VERSION_2_19
config GLIBC_USE_VERSION_2_21