summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-22 05:25:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-22 05:25:16 +0100
commitab2b5c87465dcc72cfebc1a89d70b1b5d58fe0f5 (patch)
tree7ee35fe4afff3f23bd8cbe8cda9674e0f14f1e27 /package
parent4f7d7c769034101648c77e9ca1852178a510a426 (diff)
openssl: fix riscv32 linking
Diffstat (limited to 'package')
-rw-r--r--package/openssl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 82871d76e..406a88681 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -89,6 +89,7 @@ do-configure:
PATH='$(TARGET_PATH)' \
CROSS_COMPILE='' \
CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS) -latomic" \
./Configure $(CONFIG) \
--prefix=/usr \
--openssldir=/etc/ssl \