Build but don't enable openssl

This commit is contained in:
BtbN 2020-09-05 21:50:11 +02:00
parent 4ffc48dce1
commit 80e0eea20c
1 changed files with 1 additions and 9 deletions

View File

@ -4,7 +4,7 @@ OPENSSL_REPO="https://github.com/openssl/openssl.git"
OPENSSL_COMMIT="OpenSSL_1_1_1g"
ffbuild_enabled() {
return -1
return 0
}
ffbuild_dockerstage() {
@ -47,11 +47,3 @@ ffbuild_dockerbuild() {
cd ..
rm -rf openssl
}
ffbuild_configure() {
echo --enable-openssl
}
ffbuild_unconfigure() {
echo --disable-openssl
}