diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-16 19:22:23 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-16 19:22:23 +0200 |
commit | 20c020accb89944c843e14e8944401d31e06b79d (patch) | |
tree | 20db54677e46ae354021de260cbca8a712bb544d | |
parent | f8280d3cd69710d5f6e5bf80bb44900a8ebe46de (diff) | |
download | rpm-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.in | 2 |
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} \\\ |