diff mbox

uclibc-snapshot: enable option UCLIBC_SUSV2_LEGACY

Message ID 46fc98d21f475329842710a85d93130fd829a1f4.1385467267.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach Nov. 26, 2013, 12:01 p.m. UTC
From: Chris Zankel <chris@zankel.net>

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>
---
 package/uclibc/uClibc-snapshot.config | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Nov. 26, 2013, 12:42 p.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > From: Chris Zankel <chris@zankel.net>
 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/uclibc/uClibc-snapshot.config b/package/uclibc/uClibc-snapshot.config
index 145f709..9ca3f9e 100644
--- a/package/uclibc/uClibc-snapshot.config
+++ b/package/uclibc/uClibc-snapshot.config
@@ -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