summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-11-03 11:16:52 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-11-03 11:16:52 +0000
commit6766d81e824958fc0fb8a5cab4fa990b8477b5ec (patch)
tree729aa7c756cc837d873a9ac59dde2d71d33d0a51
parent90c9551d847af8ccd3072df153b7f2255f2d2e8f (diff)
downloadbind-6766d81e824958fc0fb8a5cab4fa990b8477b5ec.tar.gz
bind-6766d81e824958fc0fb8a5cab4fa990b8477b5ec.tar.xz
bind-6766d81e824958fc0fb8a5cab4fa990b8477b5ec.zip
disabled SSL version check, our SSL is already patched
-rw-r--r--bind.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/bind.spec b/bind.spec
index e0c68d6..edfb2d6 100644
--- a/bind.spec
+++ b/bind.spec
@@ -324,6 +324,7 @@ export LDFLAGS=-lefence
%if %{LIBBIND}
--enable-libbind \
%endif
+ --disable-openssl-version-check \
CFLAGS="$CFLAGS" \
;
if [ -s openssl_config.h ]; then cat openssl_config.h >> config.h ; fi;