gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -portability openbsd


From: gnunet
Subject: [gnunet] branch master updated: -portability openbsd
Date: Fri, 01 Apr 2022 09:29:55 +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 4582ae4e8 -portability openbsd
4582ae4e8 is described below

commit 4582ae4e83b52970a90a3ffe0e375e6881d9babf
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Apr 1 09:29:52 2022 +0200

    -portability openbsd
---
 src/dhtu/Makefile.am | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/dhtu/Makefile.am b/src/dhtu/Makefile.am
index ebffa9ecf..53f0b2e02 100644
--- a/src/dhtu/Makefile.am
+++ b/src/dhtu/Makefile.am
@@ -13,10 +13,12 @@ endif
 pkgcfg_DATA = \
   dhtu.conf
 
-
 plugin_LTLIBRARIES = \
-  libgnunet_plugin_dhtu_gnunet.la \
-  libgnunet_plugin_dhtu_ip.la
+  libgnunet_plugin_dhtu_gnunet.la
+
+if !OPENBSD
+plugin_LTLIBRARIES += libgnunet_plugin_dhtu_ip.la
+endif
 
 libgnunet_plugin_dhtu_ip_la_SOURCES = \
   plugin_dhtu_ip.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]