Skip to content
Snippets Groups Projects
Commit 5d4882dc authored by nbd's avatar nbd
Browse files

eglibc: use version 2.19 by default (lots of fixes, some security related)


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39744 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 6c07d9f4
No related branches found
No related tags found
No related merge requests found
choice
prompt "eglibc version"
depends on TOOLCHAINOPTS && USE_EGLIBC
default EGLIBC_USE_VERSION_2_15
default EGLIBC_USE_VERSION_2_19
help
Select the version of eglibc you wish to use.
......
......@@ -6,10 +6,10 @@ config EGLIBC_VERSION
default "2.19" if EGLIBC_VERSION_2_19
config EGLIBC_VERSION_2_15
default y if !TOOLCHAINOPTS
bool
config EGLIBC_VERSION_2_19
default y if !TOOLCHAINOPTS
bool
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment