1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

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
This commit is contained in:
Jo-Philipp Wich 2016-02-17 08:44:45 +00:00
parent ac5b226735
commit 83cdf72271

View File

@ -7,6 +7,7 @@ choice
config EGLIBC_USE_VERSION_2_19 config EGLIBC_USE_VERSION_2_19
bool "eglibc 2.19" bool "eglibc 2.19"
depends on BROKEN
select EGLIBC_VERSION_2_19 select EGLIBC_VERSION_2_19
config GLIBC_USE_VERSION_2_21 config GLIBC_USE_VERSION_2_21