components/bash/patches/solaris-030.SHOBJ_STATUS_install.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 7486 57b5a32e1ae4
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

# If $ac_cv_func_dlopen is not 'yes' a bit earlier, SHOBJ_LIBS remains
# undefiled. Later during 'make install' stage, examples/loadables/Makefile
# calls install-$(SHOBJ_STATUS), and since the target 'install-' is undefined,
# make prints error.
#
# Reported to [email protected]

--- configure.ac	2016-12-06 05:07:31.808614344 +0000
+++ configure.ac	2016-12-06 05:07:26.791244255 +0000
@@ -1151,6 +1151,8 @@ then
 	AC_SUBST(SHOBJ_LIBS)
 	AC_SUBST(SHOBJ_STATUS)
 	AC_MSG_RESULT($SHOBJ_STATUS)
+else
+	SHOBJ_STATUS=unsupported
 fi
 
 # try to create a directory tree if the source is elsewhere