gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: BUILD: Fix bug where we accidentally cle


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Fix bug where we accidentally cleared LDFLAGS
Date: Wed, 04 Oct 2023 18:19:51 +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 92c6b1ae0 BUILD: Fix bug where we accidentally cleared LDFLAGS
92c6b1ae0 is described below

commit 92c6b1ae04012dbb2a26d4539dfce120cbb2f77c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Oct 4 18:19:46 2023 +0200

    BUILD: Fix bug where we accidentally cleared LDFLAGS
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 80ceaed67..27fd913eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -904,7 +904,6 @@ AM_CONDITIONAL([HAVE_POSTGRESQL], [test "x$postgres" = 
"x1"])
 AC_DEFINE_UNQUOTED([HAVE_POSTGRESQL], [$postgres],
                    [Define to 1 if Postgres is available])
 
-LDFLAGS="$SAVE_LDFLAGS"
 CPPFLAGS="$SAVE_CPPFLAGS"
 
 # check for libmicrohttpd

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