[xmltooling] 08/17: New patch Add-more-forgotten-test-result-prints.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 f19bbf547e7463739990b3c49ca8604f36fc0446
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Jul 6 09:33:47 2016 +0200

    New patch Add-more-forgotten-test-result-prints.patch
    
    Add more forgotten test result prints
---
 .../Add-more-forgotten-test-result-prints.patch    | 31 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/Add-more-forgotten-test-result-prints.patch b/debian/patches/Add-more-forgotten-test-result-prints.patch
new file mode 100644
index 0000000..675ba31
--- /dev/null
+++ b/debian/patches/Add-more-forgotten-test-result-prints.patch
@@ -0,0 +1,31 @@
+From: =?utf-8?q?Ferenc_W=C3=A1gner?= <wferi at niif.hu>
+Date: Wed, 6 Jul 2016 09:28:28 +0200
+Subject: Add more forgotten test result prints
+
+---
+ configure.ac | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3d2bc28..20f8356 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -229,13 +229,15 @@ AS_IF([test "x$with_xmlsec" != xno],
+ 
+     AC_MSG_CHECKING([for CURLOPT_SSL_CTX_FUNCTION in curl.h])
+     AC_EGREP_HEADER([CURLOPT_SSL_CTX_FUNCTION], [curl/curl.h],
+-        [AC_MSG_RESULT(yes)],
+-        [AC_MSG_ERROR([need libcurl that supports CURLOPT_SSL_CTX_FUNCTION])])
++        [AC_MSG_RESULT([yes])],
++        [AC_MSG_RESULT([no])
++         AC_MSG_ERROR([need libcurl that supports CURLOPT_SSL_CTX_FUNCTION])])
+     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_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.])])
++         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([no])])
+ 
+          AX_RESTORE_FLAGS
+         ],
diff --git a/debian/patches/series b/debian/patches/series
index 217eb53..fd6bbdb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ Make-pkgconfigdir-configurable.patch
 Print-result-of-CURLINFO_TLS_SSL_PTR-test.patch
 Make-pkgxmldir-configurable.patch
 Finish-separating-flags-use-_LIBADD.patch
+Add-more-forgotten-test-result-prints.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