aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-01-16 19:22:23 +0200
committerJani Välimaa <wally@mageia.org>2020-01-16 19:22:23 +0200
commit20c020accb89944c843e14e8944401d31e06b79d (patch)
tree20db54677e46ae354021de260cbca8a712bb544d
parentf8280d3cd69710d5f6e5bf80bb44900a8ebe46de (diff)
downloadrpm-setup-20c020accb89944c843e14e8944401d31e06b79d.tar
rpm-setup-20c020accb89944c843e14e8944401d31e06b79d.tar.gz
rpm-setup-20c020accb89944c843e14e8944401d31e06b79d.tar.bz2
rpm-setup-20c020accb89944c843e14e8944401d31e06b79d.tar.xz
rpm-setup-20c020accb89944c843e14e8944401d31e06b79d.zip
build macros: fix configure macro continuation
-rw-r--r--build.macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.macros.in b/build.macros.in
index 3981550..6f57bf9 100644
--- a/build.macros.in
+++ b/build.macros.in
@@ -226,7 +226,7 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o
%_configure $CONFIGURE_TOP/configure
%configure \
%{before_configure}; \
- %{_configure} --host=%{_host} --build=%{_build}
+ %{_configure} --host=%{_host} --build=%{_build} \\\
--program-prefix=%{?_program_prefix} \\\
--disable-dependency-tracking \\\
--exec-prefix=%{_exec_prefix} \\\