changeset 2:7c1b724614eb draft default tip

Uploaded
author devteam
date Tue, 04 Feb 2014 15:21:31 -0500
parents c4e889f09f8b
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 04 14:48:52 2014 -0500
+++ b/tool_dependencies.xml	Tue Feb 04 15:21:31 2014 -0500
@@ -12,15 +12,15 @@
                         <package name="libpng" version="1.6.7" />
                     </repository>
                 </action>
-                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIBS" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIB_PATH" &amp;&amp; echo $LDFLAGS &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
                 <action type="make_install" />
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="set_to" name="PIXMAN_LIBS">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                 </action>
             </actions>
         </install>
         <readme />
     </package>
-</tool_dependency>
+</tool_dependency>
\ No newline at end of file