[packages/rpm-pld-macros] - stop configure breakage with _target_palatform
baggins
baggins at pld-linux.org
Sat May 30 14:09:53 CEST 2026
commit f19ecc215279554379fa9d28c1db3cae53ecd021
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 30 14:06:12 2026 +0200
- stop configure breakage with _target_palatform
macros.pld | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/macros.pld b/macros.pld
index 38ee403..23d9743 100644
--- a/macros.pld
+++ b/macros.pld
@@ -468,7 +468,7 @@ print(tmpdir)
%configure2_13 { \
%{set_build_flags}; \
%{?configureshell:%{configureshell}} %{configuredir}/configure \
- --host=%{_target_platform} \
+ --host=%{_host} \
--prefix=%{_prefix} \
--exec-prefix=%{_exec_prefix} \
--bindir=%{_bindir} \
@@ -493,8 +493,8 @@ print(tmpdir)
%configure { \
%{set_build_flags}; \
%{?configureshell:%{configureshell}} %{configuredir}/configure \
- --host=%{_target_platform} \
- --build=%{_target_platform} \
+ --host=%{_host} \
+ --build=%{_build} \
--prefix=%{_prefix} \
--exec-prefix=%{_exec_prefix} \
--bindir=%{_bindir} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/d8e99772bccc82cfc57da672fd845ca4476f0927
More information about the pld-cvs-commit
mailing list