[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -fix linker issue
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -fix linker issue |
Date: |
Sat, 09 Sep 2023 16:06:41 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 95fe2019 -fix linker issue
95fe2019 is described below
commit 95fe2019571144b88372e57a820c439a5c7f1e61
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Sep 9 16:06:38 2023 +0200
-fix linker issue
---
src/bank/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bank/Makefile.am b/src/bank/Makefile.am
index b7bb209f..35172268 100644
--- a/src/bank/Makefile.am
+++ b/src/bank/Makefile.am
@@ -24,5 +24,5 @@ libtalermerchantbank_la_LIBADD = \
-lgnunetjson \
-lgnunetutil \
-ljansson \
- $(LIBGNURLCURL_LIBS) \
+ -lcurl \
$(XLIB)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -fix linker issue,
gnunet <=