gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] 02/02: -fix https cert creation


From: gnunet
Subject: [gnunet] 02/02: -fix https cert creation
Date: Fri, 05 Aug 2022 15:47:18 +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 955acb22c3b99e0e50dc7e7253dbf7bf1071f03b
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Aug 5 15:47:12 2022 +0200

    -fix https cert creation
---
 src/transport/Makefile.am                              | 5 +++--
 src/transport/gnunet-transport-certificate-creation.in | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 2b09ccf63..7bd07b905 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -268,8 +268,9 @@ do_subst = sed -e 's,[@]pkgdatadir[@],$(pkgdatadir),g'
 
 
 gnunet-transport-certificate-creation: 
gnunet-transport-certificate-creation.in Makefile
-       $(do_subst) < $(srcdir)/gnunet-transport-certificate-creation.in > 
gnunet-transport-certificate-creation
-       chmod +x gnunet-transport-certificate-creation
+       $(AWK) -v bdir="$(bindir)" -v py="$(PYTHON)" -v awkay="$(AWK_BINARY)" 
-v pfx="$(prefix)" -v prl="$(PERL)" -v sysconfdirectory="$(sysconfdir)" -v 
pkgdatadirectory="$(pkgdatadir)" -f $(top_srcdir)/bin/dosubst.awk < 
$(srcdir)/gnunet-transport-certificate-creation.in > 
gnunet-transport-certificate-creation
+       @chmod +x gnunet-transport-certificate-creation
+
 
 
 
diff --git a/src/transport/gnunet-transport-certificate-creation.in 
b/src/transport/gnunet-transport-certificate-creation.in
index dfcb4e8e9..771422a7a 100644
--- a/src/transport/gnunet-transport-certificate-creation.in
+++ b/src/transport/gnunet-transport-certificate-creation.in
@@ -109,7 +109,7 @@ generate_cert_key()
     CERTTOOL=""
     GNUTLS_CA_TEMPLATE=@PKGDATADIRECTORY@/gnunet-gns-proxy-ca.template
     OPENSSL=0
-    if test -x $(existence gnunet-certtool)
+    if test -x $(existence gnutls-certtool)
     #if test -z "`gnutls-certtool --version`" > /dev/null
     then
       if test -z "`certtool --version | grep gnutls`" > /dev/null

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