From bc602b41029deaa77bffa592794f1760abc9f51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Thu, 16 Jan 2020 20:40:59 +0200 Subject: build.macros: add mistakenly removed --prefix= back to configure macro --prefix was removed by a mistake in commit f8280d3cd69710d5f6e5bf80bb44900a8ebe46de --- NEWS | 2 ++ build.macros.in | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 4b04f41..21bdc3f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- build.macros: add mistakenly removed --prefix= back to configure macro + Version 2.49 - 16 January 2020, by Jani Välimaa - build.macros: replace configure2_5x with configure macro - sync configure macro with rpm upstream diff --git a/build.macros.in b/build.macros.in index 59a8387..015563b 100644 --- a/build.macros.in +++ b/build.macros.in @@ -229,6 +229,7 @@ export CFLAGS="%optflags"; export CXXFLAGS="%optflags"; export RPM_OPT_FLAGS="%o %{_configure} --host=%{_host} --build=%{_build} \\\ --program-prefix=%{?_program_prefix} \\\ --disable-dependency-tracking \\\ + --prefix=%{_prefix} \\\ --exec-prefix=%{_exec_prefix} \\\ --bindir=%{_bindir} \\\ --sbindir=%{_sbindir} \\\ -- cgit v1.2.1