gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: do not generate static libs


From: gnunet
Subject: [taler-exchange] branch master updated: do not generate static libs
Date: Tue, 29 Dec 2020 14:28:34 +0100

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 8050ac16 do not generate static libs
8050ac16 is described below

commit 8050ac1677f21d239cb2691f50486465a4cc2b1a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Dec 29 14:28:32 2020 +0100

    do not generate static libs
---
 configure.ac                      | 12 +++++++++++-
 debian/libtalerexchange.install   |  2 +-
 debian/taler-exchange-dev.install |  1 -
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f744631d..91816ca8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,14 +22,24 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/util/util.c])
 AC_CONFIG_HEADERS([taler_config.h])
 # support for non-recursive builds
+AC_CANONICAL_TARGET
+AC_CANONICAL_HOST
+AC_CANONICAL_SYSTEM
 AM_INIT_AUTOMAKE([subdir-objects 1.9 tar-pax])
 
 # pretty build rules
 AM_SILENT_RULES([yes])
 
 AC_CONFIG_MACRO_DIR([m4])
+AC_PROG_AWK
+AC_PROG_CC_C99
+AC_PROG_OBJC
+AC_PROG_INSTALL
+AC_PROG_LN_S
+AC_PROG_MAKE_SET
+AM_PROG_CC_C_O
 
-LT_INIT
+LT_INIT([disable-static dlopen])
 
 DX_INIT_DOXYGEN([taler-exchange],,,
  DX_PS_FEATURE(OFF),
diff --git a/debian/libtalerexchange.install b/debian/libtalerexchange.install
index 42191d4d..beef729b 100644
--- a/debian/libtalerexchange.install
+++ b/debian/libtalerexchange.install
@@ -1,3 +1,3 @@
-bin/taler-config
+usr/bin/taler-config
 usr/lib/*/*.so.*
 usr/share/
diff --git a/debian/taler-exchange-dev.install 
b/debian/taler-exchange-dev.install
index 0b2ea583..e43b95cb 100644
--- a/debian/taler-exchange-dev.install
+++ b/debian/taler-exchange-dev.install
@@ -1,2 +1 @@
 usr/include
-usr/lib/*/pkgconfig

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