diff options
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 4 |
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} () { | |||
27 | FILES_${PN} += "${libdir}/sa" | 27 | FILES_${PN} += "${libdir}/sa" |
28 | 28 | ||
29 | TARGET_CC_ARCH += "${LDFLAGS}" | 29 | TARGET_CC_ARCH += "${LDFLAGS}" |
30 | LDFLAGS_append_linux-uclibc = " -lintl" | 30 | LDFLAGS_append_libc-uclibc = " -lintl" |
31 | LDFLAGS_append_linux-uclibceabi = " -lintl" | ||
32 | LDFLAGS_append_linux-uclibcspe = " -lintl" | ||