Blame view

buildroot/buildroot-2016.08.1/package/squid/0001-assume-get-certificate-ok.patch 752 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  The openssl get_certificate working test isn't cross compile friendly.
  Just assume it works ok since we're using a modern OpenSSL version.
  
  Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
  
  diff -Nura squid-3.5.1.orig/configure.ac squid-3.5.1/configure.ac
  --- squid-3.5.1.orig/configure.ac	2015-01-27 11:09:15.035711981 -0300
  +++ squid-3.5.1/configure.ac	2015-01-27 11:09:25.829084482 -0300
  @@ -1342,7 +1342,7 @@
       AC_DEFINE(USE_OPENSSL,1,[OpenSSL support is available])
   
       # check for other specific broken implementations
  -    SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
  +    #SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
       SQUID_CHECK_OPENSSL_CONST_SSL_METHOD
       SQUID_CHECK_OPENSSL_TXTDB
       SQUID_CHECK_OPENSSL_HELLO_OVERWRITE_HACK