]> git.pld-linux.org Git - packages/exim.git/commitdiff
- ocsp is no longer experimental and EXPERIMENTAL_OCSP=yes does nothing
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 21:15:51 +0000 (23:15 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 25 Oct 2014 21:15:51 +0000 (23:15 +0200)
exim.spec

index 9d90fda7211ff35cdb12ca848656d3abc6a59d30..9e925da18d3736b6dc0b987aab9bf6a72af82688 100644 (file)
--- a/exim.spec
+++ b/exim.spec
 %bcond_without srs     # without srs support
 %bcond_without dynamic # dynamic modules
 %bcond_without hiredis # without redis
-%bcond_without ocsp    # without experimental OCSP
 %bcond_without dsn     # DSN
 
 %if "%{pld_release}" == "ac"
-# requires openssl SNI
-%undefine      with_ocsp
 # hiredis build segfaults on ac-alpha
 %undefine      with_hiredis
 %endif
@@ -201,7 +198,6 @@ EXPERIMENTAL_TPDA=yes
 EXPERIMENTAL_PROXY=yes
 EXPERIMENTAL_CERTNAMES=yes
 %{?with_dsn:EXPERIMENTAL_DSN=yes}
-%{?with_ocsp:EXPERIMENTAL_OCSP=yes}
 %if %{with spf}
 EXPERIMENTAL_SPF=yes
 LOOKUP_LIBS+=-lspf2
This page took 0.039345 seconds and 4 git commands to generate.