summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sysstat/sysstat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r--meta/recipes-extended/sysstat/sysstat.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 4756016fa8..2936f96174 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -9,6 +9,8 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \
9 9
10inherit autotools gettext 10inherit autotools gettext
11 11
12EXTRA_OEMAKE += 'LFLAGS=""'
13
12do_install() { 14do_install() {
13 autotools_do_install 15 autotools_do_install
14 16
@@ -25,6 +27,7 @@ pkg_postinst_${PN} () {
25 27
26 28
27FILES_${PN} += "${libdir}/sa" 29FILES_${PN} += "${libdir}/sa"
30FILES_${PN}-dbg += "${libdir}/sa/.debug/"
28 31
29TARGET_CC_ARCH += "${LDFLAGS}" 32TARGET_CC_ARCH += "${LDFLAGS}"
30LDFLAGS_append_libc-uclibc = " -lintl" 33LDFLAGS_append_libc-uclibc = " -lintl"