]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysstat: fix libc overrides
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 18 May 2011 13:44:48 +0000 (15:44 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 May 2011 22:29:31 +0000 (23:29 +0100)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
meta/recipes-extended/sysstat/sysstat.inc

index a4cad0ed2285236907abc1eb6f893b77f7d13019..4756016fa8d1bb8ba66c5649be01ac3f941ba5fe 100644 (file)
@@ -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"