summaryrefslogtreecommitdiffstats
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
commit83cdf722716fabee3864fcc7335561917452e0a0 (patch)
tree40402537a8f45e9bab7d8a0028426f1c17bff1f9 /toolchain
parentac5b226735008bd44532b0fd2abf296e6e9f13c2 (diff)
downloadmaster-31e0f0ae-83cdf722716fabee3864fcc7335561917452e0a0.tar.gz
master-31e0f0ae-83cdf722716fabee3864fcc7335561917452e0a0.tar.bz2
master-31e0f0ae-83cdf722716fabee3864fcc7335561917452e0a0.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> SVN-Revision: 48734
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