changeset 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
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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