From 003606cc941a4580d787c9970193bb22e307c413 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Sun, 17 Feb 2019 22:33:17 +0100 Subject: add openssl.cnf --- src/gns/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 1abc57d57..13f6a6e52 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -79,6 +79,9 @@ bin_PROGRAMS = \ noinst_PROGRAMS = \ gnunet-gns-benchmark +pkgdata_DATA = \ + openssl.cnf + if HAVE_MHD if LINUX bin_PROGRAMS += gnunet-bcd @@ -91,6 +94,15 @@ plugin_LTLIBRARIES = \ libgnunet_plugin_block_gns.la \ libgnunet_plugin_gnsrecord_gns.la +xPFX=$(pkgdatadir)/openssl.cnf + +do_subst = $(SED) -e 's,[@]PREFIX[@],${xPFX},g' + +gnunet-gns-proxy-setup-ca: gnunet-gns-proxy-setup-ca.in + $(do_subst) < $(top_srcdir)/src/gns/gnunet-gns-proxy-setup-ca.in > gnunet-gns-proxy-setup-ca + chmod +x gnunet-gns-proxy-setup-ca + + libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ plugin_gnsrecord_gns.c -- cgit v1.2.3