]> git.pld-linux.org Git - packages/libtool.git/commitdiff
- obsolete (already fixed in 1.5.2)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Jan 2004 23:29:37 +0000 (23:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtool-LD_GNU.patch -> 1.2
    libtool-am18.patch -> 1.2
    libtool-nostdlib.patch -> 1.2
    libtool-readonlysym.patch -> 1.2

libtool-LD_GNU.patch [deleted file]
libtool-am18.patch [deleted file]
libtool-nostdlib.patch [deleted file]
libtool-readonlysym.patch [deleted file]

diff --git a/libtool-LD_GNU.patch b/libtool-LD_GNU.patch
deleted file mode 100644 (file)
index 15afe0a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtool-1.5/libtool.m4.orig        2003-12-28 15:55:47.000000000 +0100
-+++ libtool-1.5/libtool.m4     2003-12-28 16:13:06.571259144 +0100
-@@ -2054,7 +2054,7 @@
- [AC_REQUIRE([AC_PROG_EGREP])dnl
- AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
- [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
--case `"$LD" -v 2>&1 </dev/null` in
-+case `$LD -v 2>&1 </dev/null` in
- *GNU* | *'with BFD'*)
-   lt_cv_prog_gnu_ld=yes
-   ;;
diff --git a/libtool-am18.patch b/libtool-am18.patch
deleted file mode 100644 (file)
index e09f5d1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libtool-1.5/libtool.m4.orig        2003-12-13 00:34:23.000000000 +0100
-+++ libtool-1.5/libtool.m4     2003-12-13 00:42:07.275166512 +0100
-@@ -2498,7 +2498,7 @@
- fi
- if test -n "$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)"; then
-   AC_MSG_WARN([`$CC' requires `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to build shared libraries])
--  if echo "$old_CC $old_CFLAGS " | grep "[[   ]]$]_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[[      ]]" >/dev/null; then :
-+  if echo "$old_CC $old_CFLAGS " | grep "[[   ]]$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)[[        ]]" >/dev/null; then :
-   else
-     AC_MSG_WARN([add `$_LT_AC_TAGVAR(lt_prog_cc_shlib, $1)' to the CC or CFLAGS env variable and reconfigure])
-     _LT_AC_TAGVAR(lt_cv_prog_cc_can_build_shared, $1)=no
diff --git a/libtool-nostdlib.patch b/libtool-nostdlib.patch
deleted file mode 100644 (file)
index 2cccf2d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -u libtool-1.5/libtool.m4~ libtool-1.5/libtool.m4
---- libtool-1.5/libtool.m4~    2003-07-08 22:04:05.000000000 +0900
-+++ libtool-1.5/libtool.m4     2003-07-08 22:04:05.000000000 +0900
-@@ -2744,7 +2744,7 @@
-     # linker, instead of GNU ld.  If possible, this setting should
-     # overridden to take advantage of the native linker features on
-     # the platform it is being used on.
--    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-+    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
-   fi
-   # Commands to make compiler produce verbose output that lists
diff --git a/libtool-readonlysym.patch b/libtool-readonlysym.patch
deleted file mode 100644 (file)
index b7599fc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- libtool-1.5/libtool.m4.readonlysym 2003-04-24 16:41:59.000000000 -0400
-+++ libtool-1.5/libtool.m4     2003-04-24 16:48:59.000000000 -0400
-@@ -4384,7 +4384,7 @@
-   symcode='[[BCDEGQRST]]'
-   ;;
- solaris* | sysv5*)
--  symcode='[[BDT]]'
-+  symcode='[[BDRT]]'
-   ;;
- sysv4)
-   symcode='[[DFNSTU]]'
-@@ -4402,7 +4402,7 @@
- # If we're using GNU nm, then use its standard symbol codes.
- case `$NM -V 2>&1` in
- *GNU* | *'with BFD'*)
--  symcode='[[ABCDGISTW]]' ;;
-+  symcode='[[ABCDGIRSTW]]' ;;
- esac
- # Try without a prefix undercore, then with it.
This page took 0.169351 seconds and 4 git commands to generate.