13 lines
412 B
Plaintext
13 lines
412 B
Plaintext
$OpenBSD: patch-ltmain_sh,v 1.3 2005/05/16 19:22:16 alek Exp $
|
|
--- ltmain.sh.orig Sun May 8 01:31:48 2005
|
|
+++ ltmain.sh Sun May 8 01:31:58 2005
|
|
@@ -2225,7 +2225,7 @@ EOF
|
|
{ test "$prefer_static_libs" = no || test -z "$old_library"; }; then
|
|
if test "$installed" = no; then
|
|
notinst_deplibs="$notinst_deplibs $lib"
|
|
- need_relink=yes
|
|
+ need_relink=no
|
|
fi
|
|
# This is a shared library
|
|
|