temp fix for #5606
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Sun, 24 Feb 2019 10:13:44 +0000 (11:13 +0100)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Sun, 24 Feb 2019 10:13:44 +0000 (11:13 +0100)
src/util/Makefile.am

index 5fa6e907e444c81ae84b38ea49c036d6526f2c98..755f91a11fe0b265713f1a231c40e2fd4eae8346 100644 (file)
@@ -124,7 +124,11 @@ libgnunetutil_la_SOURCES = \
        proc_compat.c
 
 if HAVE_LIBATOMIC
+if DARWIN
+       LIBATOMIC=
+else
   LIBATOMIC= -latomic
+endif
 else
   LIBATOMIC=
 endif