21 lines
561 B
Plaintext
21 lines
561 B
Plaintext
$OpenBSD: patch-ltconfig,v 1.2 2003/02/24 04:06:30 brad Exp $
|
|
--- ltconfig.orig Tue May 1 19:58:17 2001
|
|
+++ ltconfig Sun Feb 23 15:57:06 2003
|
|
@@ -1243,13 +1243,12 @@ newsos6)
|
|
|
|
openbsd*)
|
|
version_type=sunos
|
|
- if test "$with_gnu_ld" = yes; then
|
|
- need_lib_prefix=no
|
|
- need_version=no
|
|
- fi
|
|
+ need_lib_prefix=no
|
|
+ need_version=no
|
|
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
|
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
|
shlibpath_var=LD_LIBRARY_PATH
|
|
+ deplibs_check_method=pass_all
|
|
;;
|
|
|
|
os2*)
|