summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat
diff options
context:
space:
mode:
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} () {
27FILES_${PN} += "${libdir}/sa" 27FILES_${PN} += "${libdir}/sa"
28 28
29TARGET_CC_ARCH += "${LDFLAGS}" 29TARGET_CC_ARCH += "${LDFLAGS}"
30LDFLAGS_append_linux-uclibc = " -lintl" 30LDFLAGS_append_libc-uclibc = " -lintl"
31LDFLAGS_append_linux-uclibceabi = " -lintl"
32LDFLAGS_append_linux-uclibcspe = " -lintl"