taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 2e7c80b2ce9e58454b6c548bc9996a6fc981d944
parent fbf0f8d56866b236ff4f72e6ab300144176f438f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 10 May 2025 03:53:28 +0200

try static linking

Diffstat:
Mconfigure.ac | 2+-
Mdebian/rules | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE AM_SILENT_RULES([yes]) AC_PROG_CC -LT_INIT +LT_INIT([disable-static]) # Checks for libraries. AC_CHECK_LIB([nfc], [nfc_open]) diff --git a/debian/rules b/debian/rules @@ -7,6 +7,9 @@ include /usr/share/dpkg/architecture.mk %: dh ${@} +override_dh_builddeb: + dh_builddeb -- -Zgzip + override_dh_auto_configure-arch: dh_auto_configure -- --disable-rpath --with-microhttpd=yes $(shell dpkg-buildflags --export=configure)