Revision: 13076
http://sourceforge.net/p/plplot/code/13076
Author: airwin
Date: 2014-03-16 22:20:32 +0000 (Sun, 16 Mar 2014)
Log Message:
-----------
Set LD_LIBRARY_PATH environment variable to overcome some current
rpath deficiencies of the gtk+ stack of libraries (but not pango/cairo
subset of that stack).
Modified Paths:
--------------
trunk/cmake/epa_build/setup/setup_linux_makefiles
Modified: trunk/cmake/epa_build/setup/setup_linux_makefiles
===================================================================
--- trunk/cmake/epa_build/setup/setup_linux_makefiles 2014-03-16 20:50:39 UTC (rev 13075)
+++ trunk/cmake/epa_build/setup/setup_linux_makefiles 2014-03-16 22:20:32 UTC (rev 13076)
@@ -51,6 +51,12 @@
# Put install-location pkg-config directories at top of PKG_CONFIG_PATH
PKG_CONFIG_PATH=$INSTALL_PREFIX/share/pkgconfig:$INSTALL_PREFIX/lib/pkgconfig:$PKG_CONFIG_PATH
+# Some autotools package in the gtk+ superset (but not pango/cairo subset
+# of that stack) do not handle rpath properly for non-standard install
+# locations. Therefore, must set LD_LIBRARY_PATH until those rpath issues
+# are sorted out.
+export LD_LIBRARY_PATH=${INSTALL_PREFIX}/lib
+
# As temporary measure also use system-installed *.pc files for dependencies
# which are currently not built. Put these at the end of PKG_CONFIG_PATH
# so they are only used as a last resort.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|