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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/squid/0001-assume-get-certificate-ok.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/squid/0001-assume-get-certificate-ok.patch
new file mode 100644 (file)
index 0000000..e26b50d
--- /dev/null
@@ -0,0 +1,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