From d65b6cbbb996a6803a82be7f032abb530eb65cf1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 May 2024 11:17:31 +0200 Subject: core/openssl: enabled threading and using -latomic on 486 (required for python) --- core/openssl/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/openssl/PKGBUILD b/core/openssl/PKGBUILD index 03c17f77..c66a2fcf 100644 --- a/core/openssl/PKGBUILD +++ b/core/openssl/PKGBUILD @@ -13,7 +13,8 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' - s@enable-ktls@enable-ktls 386 no-threads@ + s@enable-ktls@enable-ktls 386@ + s@make@make LDFLAGS='-latomic@' ' )" fi -- cgit v1.2.3-54-g00ecf