diff options
Diffstat (limited to 'build.macros.in')
-rw-r--r-- | build.macros.in | 1 |
1 files changed, 1 insertions, 0 deletions
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} \\\ |