1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 18:17:32 +03:00
openwrt-xburst/package/libtool/patches/001-force_dlopen_deplibs.patch
hauke d75c935a76 libtool: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-21 15:32:34 +00:00

14 lines
353 B
Diff

--- a/libltdl/acinclude.m4
+++ b/libltdl/acinclude.m4
@@ -6771,10 +6771,8 @@ AC_CACHE_CHECK([whether deplibs are load
;;
esac
])
-if test "$libltdl_cv_sys_dlopen_deplibs" != yes; then
AC_DEFINE([LTDL_DLOPEN_DEPLIBS], [1],
[Define if the OS needs help to load dependent libraries for dlopen().])
-fi
])# AC_LTDL_SYS_DLOPEN_DEPLIBS