add --exec-prefix=%{_prefix}
This commit is contained in:
parent
e8cbb3ea91
commit
f624db6ad0
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ done
|
|||
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
%configure --exec-prefix=%{_prefix} \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--enable-console_ui=yes \
|
||||
--enable-gtk_ui=yes \
|
||||
|
|
Loading…
Reference in a new issue