Build but don't enable openssl
This commit is contained in:
parent
4ffc48dce1
commit
80e0eea20c
1 changed files with 1 additions and 9 deletions
|
@ -4,7 +4,7 @@ OPENSSL_REPO="https://github.com/openssl/openssl.git"
|
||||||
OPENSSL_COMMIT="OpenSSL_1_1_1g"
|
OPENSSL_COMMIT="OpenSSL_1_1_1g"
|
||||||
|
|
||||||
ffbuild_enabled() {
|
ffbuild_enabled() {
|
||||||
return -1
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_dockerstage() {
|
ffbuild_dockerstage() {
|
||||||
|
@ -47,11 +47,3 @@ ffbuild_dockerbuild() {
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf openssl
|
rm -rf openssl
|
||||||
}
|
}
|
||||||
|
|
||||||
ffbuild_configure() {
|
|
||||||
echo --enable-openssl
|
|
||||||
}
|
|
||||||
|
|
||||||
ffbuild_unconfigure() {
|
|
||||||
echo --disable-openssl
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue