diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 04:01:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 04:01:32 +0000 |
commit | caa75e6aacbb66f5c2e9c0c54501675cee3c58ee (patch) | |
tree | d61b3899920631dfd8902f29886c4d3bc725bead /sys-devel/libtool/files | |
parent | ~amd64 keyword added (diff) | |
download | historical-caa75e6aacbb66f5c2e9c0c54501675cee3c58ee.tar.gz historical-caa75e6aacbb66f5c2e9c0c54501675cee3c58ee.tar.bz2 historical-caa75e6aacbb66f5c2e9c0c54501675cee3c58ee.zip |
Move to unstable and include patch by Robin Johnson to fix locking issues #40992.
Diffstat (limited to 'sys-devel/libtool/files')
-rw-r--r-- | sys-devel/libtool/files/1.5.10/libtool-1.5.10-locking.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-devel/libtool/files/1.5.10/libtool-1.5.10-locking.patch b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-locking.patch new file mode 100644 index 000000000000..48b2791f1efc --- /dev/null +++ b/sys-devel/libtool/files/1.5.10/libtool-1.5.10-locking.patch @@ -0,0 +1,11 @@ +--- libtool-1.5.10/ltmain.in.old 2004-11-16 22:21:32.849312264 -0800 ++++ libtool-1.5.10/ltmain.in 2004-11-16 22:26:47.899417368 -0800 +@@ -1005,7 +1005,7 @@ + # Lock this critical section if it is needed + # We use this script file to make the link, it avoids creating a new file + if test "$need_locks" = yes; then +- until $run ln "$progpath" "$lockfile" 2>/dev/null; do ++ until $run ln "$srcfile" "$lockfile" 2>/dev/null; do + $show "Waiting for $lockfile to be removed" + sleep 2 + done |