]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fix openssl 1.x detection (it's just wrong lib there)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Oct 2010 09:14:21 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula-openssl1.patch -> 1.5

bacula-openssl1.patch

index ffd0239f2d7c063066fbfbbd464f6cba1c238af6..98aaa3f892ae99945b894014cc73a23008913208 100644 (file)
@@ -5,7 +5,7 @@
  
     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])
++      AC_CHECK_LIB(crypto, EVP_PKEY_encrypt_old, AC_DEFINE(HAVE_OPENSSLv1, 1, [Set if have OpenSSL version 1.x]))
     fi
  
     LIBS="${saved_LIBS}"
This page took 0.032989 seconds and 4 git commands to generate.