parent
c93687c15e
commit
f5071e7b2d
Notes:
sideshowbarker
2024-07-18 04:21:57 +09:00
Author: https://github.com/kenXengineering 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f5071e7b2d4 Pull-request: https://github.com/SerenityOS/serenity/pull/9919 Issue: https://github.com/SerenityOS/serenity/issues/9902 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-$
|
|||
auth_type=sha256
|
||||
|
||||
depends="zlib"
|
||||
configopts="--prefix=/usr/local -DOPENSSL_SYS_SERENITY=1 gcc zlib no-tests no-threads no-asm"
|
||||
configopts="--prefix=/usr/local -DOPENSSL_SYS_SERENITY=1 -DOPENSSL_USE_IPV6=0 gcc zlib no-tests no-threads no-asm"
|
||||
|
||||
configure() {
|
||||
run ./"$configscript" $configopts
|
||||
|
|
Loading…
Add table
Reference in a new issue