* The option --ocsp-signer may now take a filename to allow several certificates to be valid signers for the default responder. * New option --ocsp-max-period and improved the OCSP time checks. * New option --force-default-signer for dirmngr-client.
12 lines
337 B
Text
12 lines
337 B
Text
$NetBSD: patch-ab,v 1.5 2007/11/07 12:43:22 shannonjr Exp $
|
|
|
|
--- ../libassuan-1.0.3/src/Makefile.am.orig 2006-11-21 11:17:18.000000000 -0700
|
|
+++ ../libassuan-1.0.3/src/Makefile.am
|
|
@@ -26,6 +26,7 @@ MOSTLYCLEANFILES = assuan-errors.c
|
|
|
|
if HAVE_PTH
|
|
libassuan_pth = libassuan-pth.a
|
|
+AM_CFLAGS=$(PTH_CFLAGS)
|
|
else
|
|
libassuan_pth =
|
|
endif
|