From f7d11a5ec75c18489c1b50b2e05c383e211d5a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Tue, 21 Nov 2023 11:33:41 +0200 Subject: macros: include RUSTFLAGS in %set_build_flags (rhbz#2167183) Include RUSTFLAGS in %set_build_flags Resolves: https://bugzilla.redhat.com/2167183 --- macros.in | 1 + 1 file changed, 1 insertion(+) (limited to 'macros.in') diff --git a/macros.in b/macros.in index 5c55eb3..d257826 100644 --- a/macros.in +++ b/macros.in @@ -234,6 +234,7 @@ GCONF_CONFIG_SOURCE=`%{_gconftool_bin} --get-default-source` %{_gconftool_bin} - FFLAGS="${FFLAGS:-%{build_fflags}}" ; export FFLAGS ; \ FCFLAGS="${FCFLAGS:-%{build_fflags}}" ; export FCFLAGS ; \ VALAFLAGS="${VALAFLAGS:-%{build_valaflags}}" ; export VALAFLAGS ; \ + RUSTFLAGS="${RUSTFLAGS:-%{build_rustflags}}" ; export RUSTFLAGS ; \ LDFLAGS="${LDFLAGS:-%{build_ldflags}}" ; export LDFLAGS ; \ LT_SYS_LIBRARY_PATH="${LT_SYS_LIBRARY_PATH:-%_libdir:}" ; export LT_SYS_LIBRARY_PATH -- cgit v1.2.1