[packages/rpm-pld-macros] - fix errors in set_build_flags macro, 2.040
baggins
baggins at pld-linux.org
Wed Feb 5 02:41:14 CET 2025
commit a3022daf97b3cb3758750913ff6075f90668f849
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Wed Feb 5 01:49:51 2025 +0100
- fix errors in set_build_flags macro, 2.040
macros.pld | 4 ++--
rpm-pld-macros.spec | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index 352f4d6..67fa19f 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -1,4 +1,4 @@
-%define rpm_macros_rev 2.039
+%define rpm_macros_rev 2.040
%define find_lang_rev 1.42
# split into individual X_prov_ver if there is a reason to desync
%define prov_ver 4.15
diff --git a/macros.pld b/macros.pld
index 02e7ab9..f3e8f94 100644
--- a/macros.pld
+++ b/macros.pld
@@ -383,8 +383,8 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
FCFLAGS="${FCFLAGS:-%rpmcflags}" ; export FCFLAGS ; \
CPPFLAGS="${CPPFLAGS:-%rpmcppflags}" ; export CPPFLAGS ; \
LDFLAGS="${LDFLAGS:-%rpmldflags}" ; export LDFLAGS ; \
- RUSTC="${RUSTC:-%{__rustc}}" \
- RUSTFLAGS="${RUSTFLAGS:-%{rpmrustflags}" ; export RUSTFLAGS
+ RUSTC="${RUSTC:-%__rustc}" ; export RUSTC ; \
+ RUSTFLAGS="${RUSTFLAGS:-%rpmrustflags}" ; export RUSTFLAGS
#-----------------------------------------------------------------
#
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/a3022daf97b3cb3758750913ff6075f90668f849
More information about the pld-cvs-commit
mailing list