gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -portability fixes


From: gnunet
Subject: [gnunet] branch master updated: -portability fixes
Date: Thu, 31 Mar 2022 20:57:34 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 24eceae87 -portability fixes
24eceae87 is described below

commit 24eceae87ccfac814a173655c038a5a1a68d09b6
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Mar 31 20:57:30 2022 +0200

    -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

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