[xmltooling] 05/17: New patch Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jul 21 18:17:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch debian/experimental
in repository xmltooling.
commit d0e3d2f46a556c0222e091ce56673de278071633
Author: Ferenc Wágner <wferi at niif.hu>
Date: Tue Jul 5 13:47:47 2016 +0200
New patch Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
Print result of CURLINFO_TLS_SSL_PTR test
---
...Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 23 insertions(+)
diff --git a/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch b/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
new file mode 100644
index 0000000..8efe2f1
--- /dev/null
+++ b/debian/patches/Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
@@ -0,0 +1,22 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Tue, 5 Jul 2016 13:20:35 +0200
+Subject: Print result of CURLINFO_TLS_SSL_PTR test
+
+---
+ configure.ac | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index abc8836..0050d2c 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -230,7 +230,8 @@ AS_IF([test "x$with_xmlsec" != xno],
+ AC_CHECK_TYPE([curl_off_t],[AC_DEFINE([HAVE_CURL_OFF_T],[1],[Define to 1 if you have the 'curl_off_t' type.])],,[[#include <curl/curl.h>]])
+ AC_MSG_CHECKING([for CURLINFO_TLS_SSL_PTR in curl.h])
+ AC_EGREP_HEADER([CURLINFO_TLS_SSL_PTR], [curl/curl.h],
+- [AC_DEFINE([HAVE_CURLINFO_TLS_SSL_PTR],[1],[Define to 1 if you have support for the CURLINFO_TLS_SSL_PTR feature.])])
++ [AC_MSG_RESULT([yes])
++ AC_DEFINE([HAVE_CURLINFO_TLS_SSL_PTR],[1],[Define to 1 if you have support for the CURLINFO_TLS_SSL_PTR feature.])])
+
+ AX_RESTORE_FLAGS
+ ],
diff --git a/debian/patches/series b/debian/patches/series
index e5749cf..624a2ce 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ Fail-configuration-if-dlopen-is-not-found.patch
Discover-xerces-xmlsec-openssl-and-curl-via-pkg-conf.patch
Propagate-requirements-into-our-pkg-config-file.patch
Make-pkgconfigdir-configurable.patch
+Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xmltooling.git
More information about the Pkg-shibboleth-devel
mailing list