# HG changeset patch # User devteam # Date 1396372609 14400 # Node ID 8f011e7388e1a42036145addc6ff5666a6033c99 # Parent 4f7c800b105076c7922a3ff74e77843217eb68eb Uploaded tool dependency definition that uses the correct environment variable to specify the PNG library path. diff -r 4f7c800b1050 -r 8f011e7388e1 tool_dependencies.xml --- a/tool_dependencies.xml Mon Mar 03 16:28:10 2014 -0500 +++ b/tool_dependencies.xml Tue Apr 01 13:16:49 2014 -0400 @@ -4,10 +4,10 @@ - + - + @@ -17,15 +17,15 @@ - + - + - export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$PNG_LIB_PATH -Wl,-rpath,$FREETYPE_LIB_PATH" && \ + export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" && \ ./configure --prefix=$INSTALL_DIR \ --with-x=no \ --enable-xcb-shm=no \