From 03147adead06ea5899111f3dbd091dbdcf8285d2 Mon Sep 17 00:00:00 2001 From: "mark.lin%eng.sun.com" Date: Mon, 16 Aug 1999 23:23:06 +0000 Subject: [PATCH] Added stuff to LD_LIBRARY_PATH git-svn-id: svn://10.0.0.236/trunk@43376 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src/runem.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/java/webclient/src/runem.solaris b/mozilla/java/webclient/src/runem.solaris index e9a527a368c..f48fe730b48 100755 --- a/mozilla/java/webclient/src/runem.solaris +++ b/mozilla/java/webclient/src/runem.solaris @@ -11,7 +11,7 @@ JDK_LOCATION=${JDKHOME} # paths it gives you!!!! GTKLIBS=/usr/local/X11R6/lib:/opt/local/lib:/usr/openwin/lib:/usr/dt/lib # For Solaris -LD_LIBRARY_PATH=${JDK_LOCATION}/jre/lib/solaris:${MOZILLA_DIST}/bin:${GTKLIBS}:.:/usr/local/lib:/usr/lib:/lib +LD_LIBRARY_PATH=${JDK_LOCATION}/jre/lib/sparc:${JDK_LOCATION}/jre/lib/sparc/native_threads:${JDK_LOCATION}/jre/lib/sparc/classic:${MOZILLA_DIST}/bin:${GTKLIBS}:.:/usr/local/lib:/usr/lib:/lib export LD_LIBRARY_PATH JAVA=${JDK_LOCATION}/bin/java OUTPUT_DIR=${MOZILLA_DIST}/classes