aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--build.macros.in1
2 files changed, 3 insertions, 0 deletions
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} \\\