[packages/glibc] - use new configure macro

hawk hawk at pld-linux.org
Fri Feb 21 20:58:42 CET 2025


commit 24a2084be13477763903889216564a41fc224c70
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Fri Feb 21 20:46:57 2025 +0100

    - use new configure macro

 glibc.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 7b1021e..5aa7397 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -120,7 +120,7 @@ BuildRequires:	perl-base
 BuildRequires:	python3 >= 1:3.4
 BuildRequires:	python3-modules >= 1:3.4
 BuildRequires:	rpm-build >= 4.3-0.20030610.28
-BuildRequires:	rpmbuild(macros) >= 1.752
+BuildRequires:	rpmbuild(macros) >= 2.043
 BuildRequires:	sed >= 4.0.5
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	texinfo >= 4.7
@@ -946,8 +946,9 @@ install -d alt-tools
 ln -sf %{_bindir}/ld.bfd alt-tools/ld
 PATH=$(pwd)/alt-tools:$PATH; export PATH
 
+%define configuredir ..
 AWK="gawk" \
-../%configure \
+%configure \
 %if %{with cet}
 	--enable-cet \
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glibc.git/commitdiff/24a2084be13477763903889216564a41fc224c70



More information about the pld-cvs-commit mailing list