[packages/autoconf] unset CPP before running tests

atler atler at pld-linux.org
Sun Jul 6 02:23:05 CEST 2025


commit ac96820f4be674acf5d31e8e5f03bf467a402e66
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 6 02:22:09 2025 +0200

    unset CPP before running tests

 autoconf.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/autoconf.spec b/autoconf.spec
index c14508b..0280366 100644
--- a/autoconf.spec
+++ b/autoconf.spec
@@ -219,7 +219,10 @@ Tryb edycji autoconf dla emacsa.
 	%{?with_xemacs:EMACS=xemacs}
 %{__make} -j1
 
-%{?with_tests:%{__make} check}
+%if %{with tests}
+unset CPP
+%{__make} check
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/autoconf.git/commitdiff/ac96820f4be674acf5d31e8e5f03bf467a402e66



More information about the pld-cvs-commit mailing list