commit 9412f0fea40e15c44cce5af7ac4b0d967c95208d
Author: Jan Palus <[email protected]>
Date:   Wed Jul 19 13:11:24 2023 +0200

    try to debug build failures on x32

 curl.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/curl.spec b/curl.spec
index 51a15b1..c7c0cae 100644
--- a/curl.spec
+++ b/curl.spec
@@ -252,7 +252,7 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure \
+if ! %configure \
        ac_cv_header_gss_h=no \
        %{__enable_disable ares} \
        %{__with_without gsasl libgsasl} \
@@ -278,7 +278,10 @@ Dopełnianianie parametrów w ZSH dla polecenia curl.
        %{__with_without http2 nghttp2} \
        %{__with_without http3 nghttp3} \
        %{__with_without http3 ngtcp2} \
-       %{__with_without ssh libssh2}
+       %{__with_without ssh libssh2}; then
+       cat config.log
+       exit 1
+fi
 
 %{__make}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/curl.git/commitdiff/9412f0fea40e15c44cce5af7ac4b0d967c95208d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to