Norm Jacobs
2011-01-05 aeb6c4cd16de44de87b438bdebd6e67ddb7f10f0
7010243 userland should pass CONFIG_SHELL in the configure environment
1 files modified
4 ■■■ changed files
make-rules/configure.mk 4 ●●● patch | view | raw | blame | history
make-rules/configure.mk
@@ -18,7 +18,7 @@
#
# CDDL HEADER END
#
# Copyright (c) 2010, Oracle and/or it's affiliates.  All rights reserved.
# Copyright (c) 2010, 2011 Oracle and/or it's affiliates.  All rights reserved.
#
#
@@ -50,6 +50,8 @@
CONFIG_SHELL =    /bin/bash
CONFIGURE_ENV = CONFIG_SHELL="$(CONFIG_SHELL)"
CONFIGURE_OPTIONS += --prefix=/usr
CONFIGURE_OPTIONS += CC="$(CC)"
CONFIGURE_OPTIONS += CXX="$(CCC)"