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 <lpla@dlsi.ua.es>
This commit is contained in:
Leopoldo Pla Sempere 2023-09-12 09:44:16 +02:00 committed by GitHub
commit 7f2433eb8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)