From dfa5735d1e0c4fb3b696dc757488bef13eb8c3f3 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 18 May 2011 15:44:48 +0200 Subject: sysstat: fix libc overrides (From OE-Core rev: 200f788701f773ed42bd91eb9825e15e67466d09) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/recipes-extended/sysstat/sysstat.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/recipes-extended/sysstat') diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index a4cad0ed22..4756016fa8 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -27,6 +27,4 @@ pkg_postinst_${PN} () { FILES_${PN} += "${libdir}/sa" TARGET_CC_ARCH += "${LDFLAGS}" -LDFLAGS_append_linux-uclibc = " -lintl" -LDFLAGS_append_linux-uclibceabi = " -lintl" -LDFLAGS_append_linux-uclibcspe = " -lintl" +LDFLAGS_append_libc-uclibc = " -lintl" -- cgit v1.2.3-54-g00ecf