summaryrefslogtreecommitdiff
path: root/meta/packages/libtool/libtool-2.2.2/uclibc.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-13 22:15:59 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-13 22:15:59 +0000
commit21c0f07d4b791ba3e2d32c00562997e39b22d366 (patch)
treecd95bac067af83570e5efbea1f8f12ee7dfdf4b2 /meta/packages/libtool/libtool-2.2.2/uclibc.patch
parent2e46a28f63a9e015da156ddede382081b88d4b96 (diff)
downloadopenembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.gz
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.bz2
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.tar.xz
openembedded-core-21c0f07d4b791ba3e2d32c00562997e39b22d366.zip
libtool: Add 2.2.2 (not default)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4244 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-2.2.2/uclibc.patch')
-rw-r--r--meta/packages/libtool/libtool-2.2.2/uclibc.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-2.2.2/uclibc.patch b/meta/packages/libtool/libtool-2.2.2/uclibc.patch
new file mode 100644
index 000000000..8573a0100
--- /dev/null
+++ b/meta/packages/libtool/libtool-2.2.2/uclibc.patch
@@ -0,0 +1,14 @@
+--- libtool-2.2.2/libltdl/m4/libtool.m4.orig
++++ libtool-2.2.2/libltdl/m4/libtool.m4
+@@ -2221,6 +2221,11 @@
+ lt_cv_deplibs_check_method=pass_all
+ ;;
+
++linux-uclibc*)
++ lt_cv_deplibs_check_method=pass_all
++ lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so`
++ ;;
++
+ netbsd*)
+ if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
+ lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'