summaryrefslogtreecommitdiff
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl/Makefile')
-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 \