# HG changeset patch # User jankanis # Date 1401096371 14400 # Node ID 9dbfc4fcef0ae8527105acd4642f4f9848c5bc97 # Parent 4091cf3b81e5ff1a86c791f507f95249d2943492 Fix LDFLAGS. This version is not yet safe against paths containing whitespace. diff -r 4091cf3b81e5 -r 9dbfc4fcef0a tool_dependencies.xml --- a/tool_dependencies.xml Mon May 26 05:11:04 2014 -0400 +++ b/tool_dependencies.xml Mon May 26 05:26:11 2014 -0400 @@ -42,7 +42,7 @@ done for p in $LD_LIBRARY_PATH do - LDFLAGS="$LDFLAGS -L$p/lib" + LDFLAGS="$LDFLAGS -L$p" done IFS="$oldifs" export CPPFLAGS