gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 01/03: always use -latomic, existing configure test does not wo


From: gnunet
Subject: [gnunet] 01/03: always use -latomic, existing configure test does not work on R-Pi
Date: Fri, 03 Jan 2025 11:53:16 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit 15d6613f1a8dae544cba18b60c38a9ea93af3c65
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 3 11:52:36 2025 +0100

    always use -latomic, existing configure test does not work on R-Pi
---
 src/lib/util/Makefile.am | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/lib/util/Makefile.am b/src/lib/util/Makefile.am
index 5af862bf0..636d5fb73 100644
--- a/src/lib/util/Makefile.am
+++ b/src/lib/util/Makefile.am
@@ -111,15 +111,11 @@ libgnunetutil_la_SOURCES = \
   proc_compat.c \
        gnunet_error_codes.c
 
-if HAVE_LIBATOMIC
 if DARWIN
-       LIBATOMIC=
+  LIBATOMIC=
 else
   LIBATOMIC= -latomic
 endif
-else
-  LIBATOMIC=
-endif
 
 if HAVE_LIBIDN
   LIBIDN= -lidn

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]