aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sysstat/sysstat_8.1.6.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-09-13 12:17:04 -0700
committerKhem Raj <raj.khem@gmail.com>2009-09-13 12:21:45 -0700
commitdbecbf49e28a9a0f9012482c8de2afdc41701e17 (patch)
tree995b1c53a5a3079901fe703e8365906a62ec3a89 /recipes/sysstat/sysstat_8.1.6.bb
parent3a3fd40fec3d4b8f3664de361836f9e426742932 (diff)
downloadopenembedded-dbecbf49e28a9a0f9012482c8de2afdc41701e17.tar.gz
sysstat_8.1.6.bb: Fix compilation on uclibc
* Add dependency on virtual/libintl Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/sysstat/sysstat_8.1.6.bb')
-rw-r--r--recipes/sysstat/sysstat_8.1.6.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/sysstat/sysstat_8.1.6.bb b/recipes/sysstat/sysstat_8.1.6.bb
index a734d14f57..42dd5e2d75 100644
--- a/recipes/sysstat/sysstat_8.1.6.bb
+++ b/recipes/sysstat/sysstat_8.1.6.bb
@@ -4,6 +4,8 @@ LICENSE = "GPL"
SECTION = "console/utils"
PR = "r1"
+DEPENDS = "virtual/libintl"
+
SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz"
inherit autotools
@@ -15,3 +17,6 @@ do_configure_prepend() {
FILES_${PN} += "${libdir}/sa"
TARGET_CC_ARCH += "${LDFLAGS}"
+LDFLAGS_append_linux-uclibc = " -lintl"
+LDFLAGS_append_linux-uclibceabi = " -lintl"
+LDFLAGS_append_linux-uclibcspe = " -lintl"