From: areq Date: Sat, 7 Aug 2010 20:47:27 +0000 (+0000) Subject: - 5.0.3 X-Git-Tag: auto/th/bacula-5_0_3-1~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=4623123a469ea0456a9369af234716a78314510f;p=packages%2Fbacula.git - 5.0.3 Changed files: bacula-openssl1.patch -> 1.4 --- diff --git a/bacula-openssl1.patch b/bacula-openssl1.patch index 7d62f40..ffd0239 100644 --- a/bacula-openssl1.patch +++ b/bacula-openssl1.patch @@ -1,12 +1,11 @@ -diff -dur -x '*~' bacula-5.0.2.orig/autoconf/configure.in bacula-5.0.2/autoconf/configure.in ---- bacula-5.0.2.orig/autoconf/configure.in 2010-05-26 12:46:22.437922997 +0200 -+++ bacula-5.0.2/autoconf/configure.in 2010-05-26 13:08:22.688284981 +0200 -@@ -1209,7 +1209,7 @@ - OPENSSL_LIBS="" - OPENSSL_INC="" - else -- AC_CHECK_LIB(ssl, EVP_PKEY_encrypt_old, AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x])) -+ AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x]) - fi +--- bacula-5.0.3.orig/autoconf/configure.in.orig 2010-08-06 20:31:44.000000000 +0000 ++++ bacula-5.0.3.orig/autoconf/configure.in 2010-08-06 20:36:59.000000000 +0000 +@@ -1188,7 +1188,7 @@ + fi - AC_MSG_RESULT([$support_tls]) + if test "$support_crypto" = "yes"; then +- AC_CHECK_LIB(ssl, EVP_PKEY_encrypt_old, AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x])) ++ AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x]) + fi + + LIBS="${saved_LIBS}"