add libtool to tools/
[openwrt/svn-archive/archive.git] / tools / libtool / patches / 001-force_dlopen_deplibs.patch
1 diff -urN libtool-1.5.14/libltdl/acinclude.m4 libtool-1.5.14.new/libltdl/acinclude.m4
2 --- libtool-1.5.14/libltdl/acinclude.m4 2005-02-12 13:20:02.000000000 +0100
3 +++ libtool-1.5.14.new/libltdl/acinclude.m4 2006-04-17 23:00:24.000000000 +0200
4 @@ -6228,10 +6228,8 @@
5 ;;
6 esac
7 ])
8 -if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
9 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
10 [Define if the OS needs help to load dependent libraries for dlopen().])
11 -fi
12 ])# AC_LTDL_SYS_DLOPEN_DEPLIBS
13
14