diff agent/make/saenv64.sh @ 892:a94af87c3357

6861984: solaris version of libsaproc.so should support SA_ALTROOT directly Reviewed-by: kvn, twisti
author never
date Fri, 24 Jul 2009 12:40:40 -0700
parents 9ee9cf798b59
children 89e0543e1737
line wrap: on
line diff
--- a/agent/make/saenv64.sh	Fri Jul 24 09:01:00 2009 -0700
+++ b/agent/make/saenv64.sh	Fri Jul 24 12:40:40 2009 -0700
@@ -43,6 +43,8 @@
   fi
 fi
 
+LD_AUDIT_64=$STARTDIR/../src/os/solaris/proc/$CPU/libsaproc_audit.so
+export LD_AUDIT_64
 SA_LIBPATH=$STARTDIR/../src/os/solaris/proc/$CPU:$STARTDIR/solaris/$CPU
 
 OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger"