diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-17 08:44:45 +0000 |
commit | 83cdf722716fabee3864fcc7335561917452e0a0 (patch) | |
tree | 40402537a8f45e9bab7d8a0028426f1c17bff1f9 | |
parent | ac5b226735008bd44532b0fd2abf296e6e9f13c2 (diff) | |
download | upstream-83cdf722716fabee3864fcc7335561917452e0a0.tar.gz upstream-83cdf722716fabee3864fcc7335561917452e0a0.tar.bz2 upstream-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
-rw-r--r-- | toolchain/glibc/Config.in | 1 |
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 |