diff tool_dependencies.xml @ 13:9dbfc4fcef0a draft

Fix LDFLAGS. This version is not yet safe against paths containing whitespace.
author jankanis
date Mon, 26 May 2014 05:26:11 -0400
parents 4091cf3b81e5
children 59b33d253163
line wrap: on
line diff
--- 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