[packages/valgrind] pass gdb path directly in configure invocation

atler atler at pld-linux.org
Mon Apr 28 01:56:03 CEST 2025


commit a3c4dd33882b515358c77d14c7013f389d38f627
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Apr 27 23:36:18 2025 +0200

    pass gdb path directly in configure invocation

 valgrind.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 959ac43..d2034e6 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -78,8 +78,8 @@ pracować.
 %{__autoheader}
 %{__automake}
 
-ac_cv_path_GDB=/usr/bin/gdb \
 %configure \
+	GDB=/usr/bin/gdb \
 	--enable-tls \
 	%{!?with_mpi:--with-mpicc=/bin/false} \
 %if "%{_lib}" != "lib"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/c7e7a55b77d256405eeb605fd7ceb50e8f4a615d



More information about the pld-cvs-commit mailing list