diff agent/make/saenv.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/saenv.sh	Fri Jul 24 09:01:00 2009 -0700
+++ b/agent/make/saenv.sh	Fri Jul 24 12:40:40 2009 -0700
@@ -48,6 +48,8 @@
      CPU=i386
    fi
 else
+   LD_AUDIT_32=$STARTDIR/../src/os/solaris/proc/`uname -p`/libsaproc_audit.so
+   export LD_AUDIT_32
    SA_LIBPATH=$STARTDIR/../src/os/solaris/proc/`uname -p`:$STARTDIR/solaris/`uname -p`
    OPTIONS="-Dsa.library.path=$SA_LIBPATH -Dsun.jvm.hotspot.debugger.useProcDebugger"
    CPU=sparc