/[packages]/updates/3/bind/current/SOURCES/bind97-dist-pkcs11.patch
ViewVC logotype

Contents of /updates/3/bind/current/SOURCES/bind97-dist-pkcs11.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 568670 - (show annotations) (download)
Sun Feb 2 14:10:33 2014 UTC (10 years, 2 months ago) by oden
File size: 647 byte(s)
- 9.9.5
- rediffed most patches

1 diff -Naurp bind-9.9.5/configure.in bind-9.9.5.oden/configure.in
2 --- bind-9.9.5/configure.in 2014-02-02 14:04:57.222265597 +0100
3 +++ bind-9.9.5.oden/configure.in 2014-02-02 14:05:06.455266113 +0100
4 @@ -990,15 +990,16 @@ AC_ARG_WITH(pkcs11,
5 case "$use_pkcs11" in
6 no|'')
7 AC_MSG_RESULT(disabled)
8 - USE_PKCS11=''
9 PKCS11_TOOLS=''
10 ;;
11 yes|*)
12 AC_MSG_RESULT(using OpenSSL with PKCS11 support)
13 - USE_PKCS11='-DUSE_PKCS11'
14 PKCS11_TOOLS=pkcs11
15 ;;
16 esac
17 +# We don't want to automatically load engine because it needs to have openct,
18 +# opencryptoki and friends installed.
19 +USE_PKCS11=''
20 AC_SUBST(USE_PKCS11)
21 AC_SUBST(PKCS11_TOOLS)
22

  ViewVC Help
Powered by ViewVC 1.1.30