gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -fix


From: gnunet
Subject: [gnunet] branch master updated: -fix
Date: Mon, 04 Apr 2022 23:26: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 89332e84d -fix
89332e84d is described below

commit 89332e84db275272b9ecdf8a18c28e001d772358
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Apr 4 23:26:34 2022 +0200

    -fix
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8f74d5749..e6c98188e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,8 @@ AS_CASE(["$host_os"],
    UNIXONLY="#"
   ],
   [*openbsd*],
-  [# libc needs to be linked explicitly
+  [AC_DEFINE([OPENBSD],[1],[Define to 1 if this is an OpenBSD system])
+   # libc needs to be linked explicitly
    LDFLAGS="$OLD_LDFLAGS -lc"
    # and PIC has to be enabled
    CFLAGS="-fPIC $CFLAGS"

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