From 80e0eea20c1449b3cbeb535047c4fd087083110c Mon Sep 17 00:00:00 2001 From: BtbN Date: Sat, 5 Sep 2020 21:50:11 +0200 Subject: [PATCH] Build but don't enable openssl --- scripts.d/25-openssl.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/scripts.d/25-openssl.sh b/scripts.d/25-openssl.sh index 4ea7a49..94d536a 100755 --- a/scripts.d/25-openssl.sh +++ b/scripts.d/25-openssl.sh @@ -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 -}