Print this page
8982 Support building with OpenSSL 1.1

*** 26,35 **** --- 26,36 ---- # Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved. # Copyright 2015 Gary Mills # Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # Copyright 2016 Toomas Soome <tsoome@me.com> # Copyright 2017 Joyent, Inc. + # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. # # # Makefile.master, global definitions for system source #
*** 216,225 **** --- 217,227 ---- MSGCC= $(ASTBINDIR)/msgcc MSGFMT= /usr/bin/msgfmt -s LCDEF= $(ONBLD_TOOLS)/bin/$(MACH)/localedef TIC= $(ONBLD_TOOLS)/bin/$(MACH)/tic ZIC= $(ONBLD_TOOLS)/bin/$(MACH)/zic + OPENSSL= /usr/bin/openssl FILEMODE= 644 DIRMODE= 755 # Declare that nothing should be built in parallel.