aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-18 15:44:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-19 23:29:31 +0100
commit200f788701f773ed42bd91eb9825e15e67466d09 (patch)
treef83eb6010b1d50b422b28f77dc8b10a899290409 /meta/recipes-extended/sysstat
parentd06c5925bf6a451f11797b53f8de179cf39cb988 (diff)
downloadopenembedded-core-200f788701f773ed42bd91eb9825e15e67466d09.tar.gz
sysstat: fix libc overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta/recipes-extended/sysstat')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc4
1 files changed, 1 insertions, 3 deletions
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"