Print this page
8982 Support building with OpenSSL 1.1
*** 26,35 ****
--- 26,36 ----
# 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,1671 ****
tee -a $build_environ_file >> $LOGFILE
exit 1
fi
( cd $SRC
! for target in cc-version cc64-version java-version; do
echo
#
# Put statefile somewhere we know we can write to rather than trip
# over a read-only $srcroot.
#
--- 1662,1672 ----
tee -a $build_environ_file >> $LOGFILE
exit 1
fi
( cd $SRC
! 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.
#