diff options
Diffstat (limited to 'meta/packages/libtool/libtool-1.5.10/uclibc.patch')
| -rw-r--r-- | meta/packages/libtool/libtool-1.5.10/uclibc.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/packages/libtool/libtool-1.5.10/uclibc.patch b/meta/packages/libtool/libtool-1.5.10/uclibc.patch new file mode 100644 index 0000000000..2c8cbabbb3 --- /dev/null +++ b/meta/packages/libtool/libtool-1.5.10/uclibc.patch | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | |||
| 2 | # | ||
| 3 | # Patch managed by http://www.holgerschurig.de/patcher.html | ||
| 4 | # | ||
| 5 | |||
| 6 | --- libtool-1.5.8/libtool.m4~uclibc | ||
| 7 | +++ libtool-1.5.8/libtool.m4 | ||
| 8 | @@ -2221,6 +2221,11 @@ | ||
| 9 | lt_cv_deplibs_check_method=pass_all | ||
| 10 | ;; | ||
| 11 | |||
| 12 | +linux-uclibc*) | ||
| 13 | + lt_cv_deplibs_check_method=pass_all | ||
| 14 | + lt_cv_file_magic_test_file=`echo /lib/libuClibc-*.so` | ||
| 15 | + ;; | ||
| 16 | + | ||
| 17 | netbsd*) | ||
| 18 | if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then | ||
| 19 | lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' | ||
