gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 03/03: -fix gns idn


From: gnunet
Subject: [gnunet] 03/03: -fix gns idn
Date: Thu, 19 Oct 2023 12:26:17 +0200

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

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

commit a2de0769515468c733b72698f04b24d03190f719
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Oct 19 12:26:04 2023 +0200

    -fix gns idn
---
 src/cli/gns/Makefile.am | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/cli/gns/Makefile.am b/src/cli/gns/Makefile.am
index 0b41fbb19..90875df2d 100644
--- a/src/cli/gns/Makefile.am
+++ b/src/cli/gns/Makefile.am
@@ -8,6 +8,18 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
 endif
 
+if HAVE_LIBIDN
+  LIBIDN= -lidn
+else
+  LIBIDN=
+endif
+
+if HAVE_LIBIDN2
+  LIBIDN2= -lidn2
+else
+  LIBIDN2=
+endif
+
 pkgcfgdir = $(pkgdatadir)/config.d/
 
 libexecdir= $(pkglibdir)/libexec/

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