Print this page
8982 Support building with OpenSSL 1.1

@@ -26,10 +26,11 @@
 # Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
 # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
 # Copyright 2018 (c) Joyent, Inc.  All rights reserved.
 # Copyright (c) 2017 by Delphix. All rights reserved.
 # Copyright 2018 Joyent, Inc.
+# Copyright 2018 OmniOS Community Edition (OmniOSce) Association.
 #
 # Based on the nightly script from the integration folks,
 # Mostly modified and owned by mike_s.
 # Changes also by kjc, dmk.
 #

@@ -1661,11 +1662,11 @@
             tee -a $build_environ_file >> $LOGFILE
         exit 1
 fi
 
 ( cd $SRC
-  for target in cc-version cc64-version java-version; do
+  for target in cc-version cc64-version java-version openssl-version; do
         echo
         #
         # Put statefile somewhere we know we can write to rather than trip
         # over a read-only $srcroot.
         #