gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: pow needs libm


From: gnunet
Subject: [taler-exchange] branch master updated: pow needs libm
Date: Mon, 06 Sep 2021 17:02:26 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 8ac8eee3 pow needs libm
8ac8eee3 is described below

commit 8ac8eee350804bd2d6d5642bd223eaa47129b37d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 6 17:02:24 2021 +0200

    pow needs libm
---
 src/util/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5dff7e8b..e94c64a3 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -86,7 +86,8 @@ libtalerutil_la_SOURCES = \
 libtalerutil_la_LIBADD = \
   -lgnunetutil \
   $(LIBGCRYPT_LIBS) \
-  -lmicrohttpd $(XLIB)
+  -lmicrohttpd $(XLIB) \
+  -lm
 
 libtalerutil_la_LDFLAGS = \
   -version-info 0:0:0 \

-- 
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]