From d4f5d094839959caaf44ef05bb9f7166a07094b5 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 29 Sep 2010 23:24:03 +0200 Subject: [PATCH] target/early: changed to enable uClibc SUSv4 legacy support because lvm2 needs siginterrupt() --- target/early/config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/early/config.in b/target/early/config.in index 17d0443..4cb535c 100644 --- a/target/early/config.in +++ b/target/early/config.in @@ -20,6 +20,9 @@ SDECFGSET_CROSSBUILD=1 SDECFGSET_LIBC='uclibc' +# enable uClibc SUSv4 legacy support because lvm2 needs siginterrupt() +SDECFGSET_PKG_UCLIBC_SUSV4_LEGACY='1' + SDECFGSET_OPT='size' SDECFGSET_DISABLE_NLS=1