Feature #197 » gwen-no-ca-bundle.crt-with-sys-certs.patch
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
|