sha sum added, build with SSL support

This commit is contained in:
2022-02-17 18:44:53 +01:00
parent 3bd8a0db53
commit d583b98876

View File

@@ -5,12 +5,13 @@ pbuild::compile_in_sourcetree
pbuild::set_download_url \
"https://github.com/$P/otp/releases/download/OTP-${V_PKG}/otp_src_${V_PKG}.tar.gz"
#pbuild::set_sha256sum 'gnuplot-5.2.4.tar.gz:1515f000bd373aaa53b16183f274189d4f5e0ae47d22f434857933d16a4770cb'
pbuild::set_sha256sum 'otp-24.2.1.tar.gz:380a77aef34ad449bf8370a380b7901364b9be23e3d25068fc5c43258bcbec11'
#pbuild::install_docfiles 'Copyright' 'NEWS' 'README'
pbuild::pre_configure() {
:
pbuild::add_configure_args "--with-ssl=${OPENSSL_DIR}"
}
# Local Variables:
# mode: sh
# sh-basic-offset: 8