uclibc-snapshot: enable option UCLIBC_SUSV2_LEGACY
authorChris Zankel <chris@zankel.net>
Tue, 26 Nov 2013 12:01:07 +0000 (14:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 26 Nov 2013 12:36:59 +0000 (13:36 +0100)
With uClibc commit e8065705, valloc is now optional in SUSv2 and removed
from SUSv3 and later. However, cdrkit currently requires valloc, so
enable it in the uClibc snapshot configuration file.

Fixes
http://autobuild.buildroot.net/results/5a5/5a51f3f06e04eed39d59477ea1178aef7d397754/

Signed-off-by: Chris Zankel <chris@zankel.net>
[baruch: fix summary line, add autobuild reference]
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/uclibc/uClibc-snapshot.config

index 145f70926f457e43881eaa0b854ad77caa3cc572..9ca3f9ea983d07da98497ca1f4cc86f621b18c55 100644 (file)
@@ -116,6 +116,7 @@ MALLOC_GLIBC_COMPAT=y
 UCLIBC_HAS_OBSTACK=y
 UCLIBC_DYNAMIC_ATEXIT=y
 # COMPAT_ATEXIT is not set
+UCLIBC_SUSV2_LEGACY=y
 UCLIBC_SUSV3_LEGACY=y
 # UCLIBC_SUSV3_LEGACY_MACROS is not set
 UCLIBC_SUSV4_LEGACY=y