From: Khem Raj Date: Sun, 13 Sep 2009 19:17:04 +0000 (-0700) Subject: sysstat_8.1.6.bb: Fix compilation on uclibc X-Git-Tag: Release-2010-05/1~2471^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbecbf49e28a9a0f9012482c8de2afdc41701e17;p=openembedded.git sysstat_8.1.6.bb: Fix compilation on uclibc * Add dependency on virtual/libintl Signed-off-by: Khem Raj --- 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"