gnunet-svn
[Top][All Lists]
Advanced

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

[taler-sync] branch master updated: fix linking issues


From: gnunet
Subject: [taler-sync] branch master updated: fix linking issues
Date: Fri, 17 Sep 2021 00:26:34 +0200

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

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 6bccda7  fix linking issues
6bccda7 is described below

commit 6bccda792e3709e5f730b6b2360aa268f4c8d7e2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Sep 17 00:26:29 2021 +0200

    fix linking issues
---
 debian/libsync.install    | 1 +
 debian/sync-httpd.install | 1 +
 src/syncdb/Makefile.am    | 1 +
 src/testing/Makefile.am   | 1 +
 4 files changed, 4 insertions(+)

diff --git a/debian/libsync.install b/debian/libsync.install
index ccfc18f..fd41a4c 100644
--- a/debian/libsync.install
+++ b/debian/libsync.install
@@ -1,2 +1,3 @@
+usr/bin/sync-config
 usr/lib/*/libsync.so.*
 usr/lib/*/libsyncutil.so.*
diff --git a/debian/sync-httpd.install b/debian/sync-httpd.install
index 2df9007..24dffb1 100644
--- a/debian/sync-httpd.install
+++ b/debian/sync-httpd.install
@@ -1,4 +1,5 @@
 usr/bin/
+usr/lib/*/libsyncdb.so.*
 usr/lib/*/sync/libsync_plugin*.*
 usr/share/sync/sql/*
 usr/share/sync/config.d/*
diff --git a/src/syncdb/Makefile.am b/src/syncdb/Makefile.am
index 830e51f..d71e24e 100644
--- a/src/syncdb/Makefile.am
+++ b/src/syncdb/Makefile.am
@@ -44,6 +44,7 @@ libsyncdb_la_LIBADD = \
   -lgnunetpq \
   -lpq \
   -lgnunetutil \
+  -lltdl \
   $(XLIB)
 libsyncdb_la_LDFLAGS = \
    $(POSTGRESQL_LDFLAGS) \
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 328cc42..13ff35f 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -21,6 +21,7 @@ libsynctesting_la_SOURCES = \
   testing_api_trait_hash.c
 libsynctesting_la_LIBADD = \
   $(top_builddir)/src/lib/libsync.la \
+  -ltalermerchant \
   -ltalerexchange \
   -ltalerjson \
   -ltalerutil \

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