summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-30 04:01:32 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-30 04:01:32 +0000
commit056807a4ac91ca0ebc303b9f24b10173d41fcbb9 (patch)
tree82056e15f23c1d1a9044df096c126ef132b87c70 /sys-devel/libtool/files
parent~amd64 keyword added (diff)
downloadgentoo-2-056807a4ac91ca0ebc303b9f24b10173d41fcbb9.tar.gz
gentoo-2-056807a4ac91ca0ebc303b9f24b10173d41fcbb9.tar.bz2
gentoo-2-056807a4ac91ca0ebc303b9f24b10173d41fcbb9.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.patch11
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