diff options
author | Philip Balister <philip@balister.org> | 2007-05-05 20:35:20 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-05-05 20:35:20 +0000 |
commit | d26de2c423b2f4d3454eac2f952f127d426e5839 (patch) | |
tree | 4de80c49d679832241bb40d270e09a62c984a4cd /packages/libtool/libtool-1.5.22/uclibc.patch | |
parent | 97869ccc886d6153dccea808949d619f37eeebfe (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.patch | 19 |
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)$' |