The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / squid / 0001-assume-get-certificate-ok.patch
1 The openssl get_certificate working test isn't cross compile friendly.
2 Just assume it works ok since we're using a modern OpenSSL version.
3
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
6 diff -Nura squid-3.5.1.orig/configure.ac squid-3.5.1/configure.ac
7 --- squid-3.5.1.orig/configure.ac       2015-01-27 11:09:15.035711981 -0300
8 +++ squid-3.5.1/configure.ac    2015-01-27 11:09:25.829084482 -0300
9 @@ -1342,7 +1342,7 @@
10      AC_DEFINE(USE_OPENSSL,1,[OpenSSL support is available])
11  
12      # check for other specific broken implementations
13 -    SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
14 +    #SQUID_CHECK_OPENSSL_GETCERTIFICATE_WORKS
15      SQUID_CHECK_OPENSSL_CONST_SSL_METHOD
16      SQUID_CHECK_OPENSSL_TXTDB
17      SQUID_CHECK_OPENSSL_HELLO_OVERWRITE_HACK