projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5149d
)
temp fix for #5606
author
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sun, 24 Feb 2019 10:13:44 +0000
(11:13 +0100)
committer
Schanzenbach, Martin
<mschanzenbach@posteo.de>
Sun, 24 Feb 2019 10:13:44 +0000
(11:13 +0100)
src/util/Makefile.am
patch
|
blob
|
history
diff --git
a/src/util/Makefile.am
b/src/util/Makefile.am
index 5fa6e907e444c81ae84b38ea49c036d6526f2c98..755f91a11fe0b265713f1a231c40e2fd4eae8346 100644
(file)
--- a/
src/util/Makefile.am
+++ b/
src/util/Makefile.am
@@
-124,7
+124,11
@@
libgnunetutil_la_SOURCES = \
proc_compat.c
if HAVE_LIBATOMIC
+if DARWIN
+ LIBATOMIC=
+else
LIBATOMIC= -latomic
+endif
else
LIBATOMIC=
endif