From 7f2433eb8b0d773b5c5c868826c154e116f7a70d Mon Sep 17 00:00:00 2001 From: Leopoldo Pla Sempere Date: Tue, 12 Sep 2023 09:44:16 +0200 Subject: [PATCH] Fix linking in explicit libatomic devices My Raspberry Pi Zero with latest Raspberry Pi OS thanks this after commit b17a733 Signed-off-by: Leopoldo Pla Sempere --- tools/cryptorf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cryptorf/Makefile b/tools/cryptorf/Makefile index 32c2c5ab4..293194f03 100644 --- a/tools/cryptorf/Makefile +++ b/tools/cryptorf/Makefile @@ -3,7 +3,7 @@ MYSRCS = cryptolib.c util.c MYINCLUDES = -I../../common/cryptorf MYCFLAGS = MYDEFS = -MYLDLIBS = -lpthread +MYLDLIBS = -lpthread -latomic BINS = cm sm sma sma_multi INSTALLTOOLS = $(BINS)