diff options
Diffstat (limited to 'usr/src/tools/env/illumos.sh')
-rw-r--r-- | usr/src/tools/env/illumos.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/tools/env/illumos.sh b/usr/src/tools/env/illumos.sh index 862a680d11..9fbb794c92 100644 --- a/usr/src/tools/env/illumos.sh +++ b/usr/src/tools/env/illumos.sh @@ -228,3 +228,9 @@ export ENABLE_SMB_PRINTING= #export PERL_VERSION=5.16.1 #export PERL_ARCH=i86pc-solaris-thread-multi-64int #export PERL_PKGVERS=-5161 + +# +# These checks ensure that if we accidentally run a program linked against the +# proto area, that we then fail the build. +# +export LD_TOXIC_PATH="$ROOT/lib:$ROOT/usr/lib" |