libtool: refresh patches
[openwrt/svn-archive/archive.git] / package / libtool / patches / 001-force_dlopen_deplibs.patch
1 --- a/libltdl/acinclude.m4
2 +++ b/libltdl/acinclude.m4
3 @@ -6771,10 +6771,8 @@ AC_CACHE_CHECK([whether deplibs are load
4 ;;
5 esac
6 ])
7 -if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
8 AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
9 [Define if the OS needs help to load dependent libraries for dlopen().])
10 -fi
11 ])# AC_LTDL_SYS_DLOPEN_DEPLIBS
12
13