From 3b9bc71b625c5f96302b035fdea8fd09171d1cfa Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 10 May 2012 22:17:51 -0400 Subject: [PATCH] fix-ltdl: Delete libobj symlink before attempting to create it. There seems to be a (rare) race in parallel builds where make for some reason decides to update the libobj symlink after it already exists, which fails. I can't reproduce the failure, but deleting the symlink (if one exists) before creating it should avoid the issue. --- scripts/fix-ltdl.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/fix-ltdl.pl b/scripts/fix-ltdl.pl index 8065545..da987be 100755 --- a/scripts/fix-ltdl.pl +++ b/scripts/fix-ltdl.pl @@ -62,6 +62,7 @@ sub handle_libobj { print <