remove openssl 1.1
1 parent fdaf9a1 commit 23d37b0e70ba91ae14d3562312242d7077f36fbf
@tundra tundra authored on 12 Mar 2018
Showing 1 changed file
View
8
makefile
 
 
# Full tools set
 
full-build: openssl@1.1
full-build:
@echo "Make sure the bootstrap is installed at ${TOOLSDIR}"
-sudo yum -y install autoconf automake perl
${BREW} install ${LANGS}
ln -nfs ${INSTALLDIR}/${TOOLS}/bin/python2 ${INSTALLDIR}/${TOOLS}/bin/python
full-release: tidyup
cd ${INSTALLDIR} && mv -v ${TOOLS} ${TOOLS}-${DATESTAMP}
cd ${INSTALLDIR} && tar -czvf ${EXPORTDIR}/${TOOLS}-${DATESTAMP}.tar.gz ${TOOLS}-${DATESTAMP}
cd ${INSTALLDIR} && mv -v ${TOOLS}-${DATESTAMP} ${TOOLS}
 
 
# Special cases and dependencies can go here
 
openssl@1.1:
${BREW} install openssl@1.1 --without-test
 
 
# Housekeeping