From 995770b4293b2277e97b09d06fe91d0739b0c60b Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 16 Oct 2004 09:31:58 +0000 Subject: [PATCH] Do not hardcode dll paths in libraries. That's not really needed, and would force us to relink all libraries when staging. Now that libraries do not hardcode dll paths, add a check that correct -rpath-link options are added. When staging, we don't hardcode-dll-paths, and libraries never hardcode dll paths, so if there's a long chain of libraries, we should add -rpath-link, otherwise the linker won't find the dynamic libraries and will complain. [SVN r25756] --- tools/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build b/tools/build index d6e1f35760..faecbd8532 160000 --- a/tools/build +++ b/tools/build @@ -1 +1 @@ -Subproject commit d6e1f357602a9c41a5d7f72b89801d67f58fb770 +Subproject commit faecbd85323dfcf25850a22c66ced9734ae0c905