From 24eceae87ccfac814a173655c038a5a1a68d09b6 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Thu, 31 Mar 2022 20:57:30 +0200 Subject: -portability fixes --- configure.ac | 4 ++-- contrib/gana | 2 +- po/POTFILES.in | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c2296f004..43d112572 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([gnunet], m4_esyscmd_s([contrib/get_version.sh]), [bug-gnunet@gnu.org]) +AC_INIT([gnunet], m4_esyscmd_s([sh contrib/get_version.sh]), [bug-gnunet@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) @@ -136,7 +136,7 @@ AS_CASE(["$host_os"], ], [*openbsd*], [# libc needs to be linked explicitly - LDFLAGS="$LDFLAGS -Wl -lc" + LDFLAGS="$OLD_LDFLAGS -lc" # and PIC has to be enabled CFLAGS="-fPIC $CFLAGS" build_target="openbsd" diff --git a/contrib/gana b/contrib/gana index 0958add54..20f2185df 160000 --- a/contrib/gana +++ b/contrib/gana @@ -1 +1 @@ -Subproject commit 0958add542378a6ca9c411e2dc19527834e9f645 +Subproject commit 20f2185df6a7cb27cb2a175a300cd822ee8b0634 diff --git a/po/POTFILES.in b/po/POTFILES.in index 5c1152e7c..b7e7684c6 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -530,6 +530,7 @@ src/util/crypto_ecc.c src/util/crypto_ecc_dlog.c src/util/crypto_ecc_gnsrecord.c src/util/crypto_ecc_setup.c +src/util/crypto_edx25519.c src/util/crypto_hash.c src/util/crypto_hash_file.c src/util/crypto_hkdf.c -- cgit v1.2.3