7054634 Move clisp to userland (fix CONFIG_SHELL)
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Thu, 18 Aug 2011 21:38:10 -0700
changeset 480 e031a1a0c3a1
parent 479 c9b8e016b757
child 481 9ca5b97b5b08
7054634 Move clisp to userland (fix CONFIG_SHELL)
components/clisp/Makefile
--- a/components/clisp/Makefile	Thu Aug 18 12:18:21 2011 -0700
+++ b/components/clisp/Makefile	Thu Aug 18 21:38:10 2011 -0700
@@ -44,9 +44,9 @@
 COMPILER=	gcc
 PATCH_LEVEL=	0
 
-# The clisp configure script exits with a failure if run with bash,
-# but works fine with ksh.
-CONFIG_SHELL = /bin/ksh
+# SHELLOPTS appears to cause clisp's configure script to fail while
+# checking the compiler.
+unexport SHELLOPTS
 
 # clisp's configure script is not a GNU auto* tools generated configure script
 # and doesn't take --sbindir, so we need to override the default values.