aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2020-01-16 20:40:59 +0200
committerJani Välimaa <wally@mageia.org>2020-01-16 20:40:59 +0200
commitbc602b41029deaa77bffa592794f1760abc9f51f (patch)
tree5f9831ca031576785c5cdda5229c3c846bb0465a
parentff5197a7121be4afa202d08a8e392c9963f7731a (diff)
downloadrpm-setup-bc602b41029deaa77bffa592794f1760abc9f51f.tar
rpm-setup-bc602b41029deaa77bffa592794f1760abc9f51f.tar.gz
rpm-setup-bc602b41029deaa77bffa592794f1760abc9f51f.tar.bz2
rpm-setup-bc602b41029deaa77bffa592794f1760abc9f51f.tar.xz
rpm-setup-bc602b41029deaa77bffa592794f1760abc9f51f.zip
build.macros: add mistakenly removed --prefix= back to configure macro
--prefix was removed by a mistake in commit f8280d3cd69710d5f6e5bf80bb44900a8ebe46de
-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} \\\