ports/openssl: Make openssl port threaded

This commit is contained in:
Bananymous 2025-04-21 19:59:57 +03:00
parent b774f147da
commit 5305f962c0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DOWNLOAD_URL="https://github.com/openssl/openssl/releases/download/openssl-$VERS
DEPENDENCIES=('zlib') DEPENDENCIES=('zlib')
configure() { configure() {
./Configure --prefix=/usr --openssldir=/etc/ssl -DOPENSSL_USE_IPV6=0 no-asm no-tests no-threads banan_os-generic zlib ./Configure --prefix=/usr --openssldir=/etc/ssl -DOPENSSL_USE_IPV6=0 no-asm no-tests banan_os-generic threads zlib
} }
install() { install() {