summaryrefslogtreecommitdiff
path: root/meta/packages/gettext/files
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-08-12 12:47:17 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-08 16:46:33 +0100
commitc47132ae665a3466bff57978a43f02ea2c7512b1 (patch)
treed1147cda61926e07b4cf9e06c04a9621936769ff /meta/packages/gettext/files
parent45e05c1316181e76c256c1c2538e06539cc3aa5c (diff)
downloadopenembedded-core-c47132ae665a3466bff57978a43f02ea2c7512b1.tar.gz
openembedded-core-c47132ae665a3466bff57978a43f02ea2c7512b1.tar.bz2
openembedded-core-c47132ae665a3466bff57978a43f02ea2c7512b1.tar.xz
openembedded-core-c47132ae665a3466bff57978a43f02ea2c7512b1.zip
gettext: Add GPLv2 version 0.14.1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/packages/gettext/files')
-rw-r--r--meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch b/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch
new file mode 100644
index 000000000..2fe62c0e1
--- /dev/null
+++ b/meta/packages/gettext/files/gettext-autoconf-lib-link-no-L.patch
@@ -0,0 +1,12 @@
+--- gettext-0.17/autoconf-lib-link/m4/lib-link.m4~ 2009-04-17 15:12:30.000000000 -0700
++++ gettext-0.17/autoconf-lib-link/m4/lib-link.m4 2009-04-17 15:37:39.000000000 -0700
+@@ -267,6 +267,9 @@
+ fi
+ fi
+ fi
++ dnl Just let the compiler find the library, the compiler and user are smarter then this script
++ dnl when cross compiling and working with a relocated install.
++ found_dir=""
+ if test "X$found_dir" = "X"; then
+ for x in $LDFLAGS $LTLIB[]NAME; do
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])