diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-22 22:53:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-22 22:53:05 +0000 |
commit | d150ebabab91d79bd0d31319327fe7705c3dc2f0 (patch) | |
tree | dd2668980317c2c0ae4d5ce96c8213143fe1acfc /sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch | |
parent | Add some fixes from upstream. (diff) | |
download | historical-d150ebabab91d79bd0d31319327fe7705c3dc2f0.tar.gz historical-d150ebabab91d79bd0d31319327fe7705c3dc2f0.tar.bz2 historical-d150ebabab91d79bd0d31319327fe7705c3dc2f0.zip |
old
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch')
-rw-r--r-- | sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch b/sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch deleted file mode 100644 index 52183aff1e12..000000000000 --- a/sys-devel/libtool/files/1.4.3/libtool-1.4.2-archive-shared.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- libtool-1.4.2/ltmain.in.archive-shared 2002-07-15 09:12:03.000000000 -0400 -+++ libtool-1.4.2/ltmain.in 2002-07-15 09:13:04.000000000 -0400 -@@ -2644,6 +2644,13 @@ EOF - *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";; - esac - done -+ # It is ok to link against an archive when -+ # building a shared library. -+ if $AR -t $potlib > /dev/null 2>&1; then -+ newdeplibs="$newdeplibs $a_deplib" -+ a_deplib="" -+ break 2 -+ fi - if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \ - | sed 10q \ - | egrep "$file_magic_regex" > /dev/null; then |