ranlib -t on install, somewhat faster, sometimes MUCH faster.
This commit is contained in:
parent
23dab8ccee
commit
2b493ebdbb
@ -1,7 +1,21 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.2 2001/08/04 03:28:42 brad Exp $
|
||||
--- ltconfig.orig Sat May 27 07:15:00 2000
|
||||
+++ ltconfig Fri Aug 3 22:27:08 2001
|
||||
@@ -1105,6 +1105,9 @@ cygwin* | mingw*)
|
||||
$OpenBSD: patch-ltconfig,v 1.3 2001/08/20 21:53:03 espie Exp $
|
||||
--- ltconfig.orig Sat May 27 13:15:00 2000
|
||||
+++ ltconfig Mon Aug 20 19:17:24 2001
|
||||
@@ -501,7 +501,12 @@ fi
|
||||
|
||||
if test -n "$RANLIB"; then
|
||||
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
|
||||
- old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds"
|
||||
+ case "$host_os" in
|
||||
+ openbsd*)
|
||||
+ old_postinstall_cmds="\$RANLIB -t \$oldlib~$old_postinstall_cmds";;
|
||||
+ *)
|
||||
+ old_postinstall_cmds="\$RANLIB \$oldlib~$old_postinstall_cmds";;
|
||||
+ esac
|
||||
fi
|
||||
|
||||
# Set sane defaults for `DLLTOOL', `OBJDUMP', and `AS', used on cygwin.
|
||||
@@ -1105,6 +1110,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
@ -11,7 +25,7 @@ $OpenBSD: patch-ltconfig,v 1.2 2001/08/04 03:28:42 brad Exp $
|
||||
|
||||
esac
|
||||
|
||||
@@ -1402,10 +1405,21 @@ else
|
||||
@@ -1402,10 +1410,21 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
@ -35,7 +49,7 @@ $OpenBSD: patch-ltconfig,v 1.2 2001/08/04 03:28:42 brad Exp $
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -2021,9 +2035,16 @@ netbsd*)
|
||||
@@ -2021,9 +2040,16 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
|
Loading…
Reference in New Issue
Block a user