aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/udev
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-03-01 10:49:06 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-03-01 10:50:21 +0000
commit5f52f56fd8f630b331389e07d084bab63fe0e3aa (patch)
treead6c46c85a26540f85f575c6add76b344947f665 /recipes/udev
parent39e7c169d8ea3f87ffda52fda78a30e47e8e11a2 (diff)
downloadopenembedded-5f52f56fd8f630b331389e07d084bab63fe0e3aa.tar.gz
attr_2.4.44.bb : uclibc needs a -lintl to compile
Diffstat (limited to 'recipes/udev')
-rw-r--r--recipes/udev/attr_2.4.44.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/udev/attr_2.4.44.bb b/recipes/udev/attr_2.4.44.bb
index 7cb92179e7..a20568d5c1 100644
--- a/recipes/udev/attr_2.4.44.bb
+++ b/recipes/udev/attr_2.4.44.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Commands for Manipulating Filesystem Extended Attributes"
LICENSE = "GPLv2"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://mirror.its.uidaho.edu/pub/savannah/attr/attr-${PV}.src.tar.gz"
@@ -9,6 +9,8 @@ inherit gettext autotools lib_package
EXTRA_OECONF = " --enable-gettext=yes ac_cv_path_XGETTEXT=${STAGING_BINDIR_NATIVE}/xgettext"
+LDFLAGS_append_libc-uclibc += " -lintl"
+
do_configure_append() {
# gettext hack
echo "#define _(str) str" >> ${S}/include/config.h