# Script by Ypnose - http://ywstd.fr # libressl SOLVER="3.8.2" #SOLSRC="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-${SOLVER}.tar.gz" SOLSRC="libressl-${SOLVER}.tar.xz" SOLSUM="6ccbb7a70a91e0e9f8c4abc98729181c5f6b2d4fc7427fe43f94842250f79440" SOLLIB="1" run_task() { set_flag def_configure \ --sysconfdir="${SOLBASE}/etc" \ --disable-shared \ --enable-static awk Makefile -i def_make make install }