summaryrefslogtreecommitdiff
path: root/packages/libtool/libtool-1.5.22/uclibc.patch
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2007-05-05 20:35:20 +0000
committerPhilip Balister <philip@balister.org>2007-05-05 20:35:20 +0000
commitd26de2c423b2f4d3454eac2f952f127d426e5839 (patch)
tree4de80c49d679832241bb40d270e09a62c984a4cd /packages/libtool/libtool-1.5.22/uclibc.patch
parent97869ccc886d6153dccea808949d619f37eeebfe (diff)
libtool : Add bb files for libtool-1.5.22. DEFAULT_PREFERENCE set to -1
until these are better tested.
Diffstat (limited to 'packages/libtool/libtool-1.5.22/uclibc.patch')
-rw-r--r--packages/libtool/libtool-1.5.22/uclibc.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/libtool/libtool-1.5.22/uclibc.patch b/packages/libtool/libtool-1.5.22/uclibc.patch
new file mode 100644
index 0000000000..2c8cbabbb3
--- /dev/null
+++ b/packages/libtool/libtool-1.5.22/uclibc.patch
@@ -0,0 +1,19 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- libtool-1.5.8/libtool.m4~uclibc
++++ libtool-1.5.8/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)$'