diff options
Diffstat (limited to 'package/libtool/patches/001-force_dlopen_deplibs.patch')
-rw-r--r-- | package/libtool/patches/001-force_dlopen_deplibs.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/libtool/patches/001-force_dlopen_deplibs.patch b/package/libtool/patches/001-force_dlopen_deplibs.patch deleted file mode 100644 index a95e5bea9..000000000 --- a/package/libtool/patches/001-force_dlopen_deplibs.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 - - |