aboutsummaryrefslogtreecommitdiffstats
path: root/build.macros.in
diff options
context:
space:
mode:
Diffstat (limited to 'build.macros.in')
-rw-r--r--build.macros.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in
index 61c7259..9c93cc5 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -234,10 +234,16 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o
%configure2_5x \
%main_configure
-
# Maximum number of CPU's to use when building, 0 for unlimited.
%_smp_ncpus_max 0
+# Deprecated names. For backwards compatibility only.
+%__global_cflags %{build_cflags}
+%__global_cxxflags %{build_cxxflags}
+%__global_fflags %{build_fflags}
+%__global_fcflags %{build_fflags}
+%__global_ldflags %{build_ldflags}
+
#==============================================================================
# ---- Build policy macros.
#