lebel dbe05c2659 - make sure it doesn't try to link with libtool by using --disable-ltdl
- add the libtool patches to properly build shared libs on some arch.
2001-07-16 14:48:46 +00:00

13 lines
484 B
Plaintext

$OpenBSD: patch-ltconfig,v 1.1 2001/07/16 14:48:46 lebel Exp $
--- ltconfig.orig Tue May 1 19:57:55 2001
+++ ltconfig Mon Jul 16 10:29:34 2001
@@ -1239,6 +1239,8 @@ newsos6)
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=yes
+ deplib_check_method=pass_all
+ sys_lib_dlsearch_path_spec='/usr/lib /usr/local/lib /usr/X11R6/lib /usr/local/lib/qt2'
;;
openbsd*)