Add the new patch-ltmain.sh with all the latest fixin's.

This commit is contained in:
Maxim Sobolev 2002-02-03 08:55:52 +00:00
parent 750b908720
commit 698a29f040
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12068

View file

@ -1,6 +1,23 @@
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
+++ ltmain.sh Sun Feb 3 01:44:17 2002
@@ -1037,8 +1037,16 @@
continue
;;
+ -pthread)
+ compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread"
+ continue
+ ;;
+
-module)
module=yes
+ build_old_libs=no
continue
;;
@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
@ -10,7 +27,7 @@
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,12 @@
@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.