From 20c020accb89944c843e14e8944401d31e06b79d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Thu, 16 Jan 2020 19:22:23 +0200 Subject: build macros: fix configure macro continuation --- build.macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \\\ -- cgit v1.2.1