Projekt

Allgemein

Profil

Feature #197 » gwen-no-ca-bundle.crt-with-sys-certs.patch

Berny, 16.02.2020 13:52

Unterschiede anzeigen:

configure.ac
AC_DEFINE(GWEN_TLS_USE_SYSTEM_CERTIFICATES, 1, [whether system-wide trusted certificates should be set])
fi
AM_CONDITIONAL(INSTALL_CERTS, [test "$enable_system_certs" = "no"])
###-------------------------------------------------------------------------
data/Makefile.am
certdir=$(datadir)/gwenhywfar
dist_cert_DATA=ca-bundle.crt
if INSTALL_CERTS
certdir=$(datadir)/gwenhywfar
dist_cert_DATA=ca-bundle.crt
EXTRA_DIST=README
EXTRA_DIST=README
endif
    (1-1/1)