rearrange configure options
We do not have so many of them these days and it is easier to see changes when there is only one option on a line.
This commit is contained in:
parent
f0238d19da
commit
c3610e9369
@ -1056,24 +1056,40 @@ autoconf
|
|||||||
# avoid running autogen.sh on make
|
# avoid running autogen.sh on make
|
||||||
touch autogen.lastrun
|
touch autogen.lastrun
|
||||||
%configure \
|
%configure \
|
||||||
%vendoroption %{?_smp_flags:--with-parallelism=%{_smp_flags}} \
|
%vendoroption \
|
||||||
--with-build-version="%{version}-%{release}" \
|
%{?_smp_flags:--with-parallelism=%{_smp_flags}} \
|
||||||
--enable-release-build --disable-epm \
|
|
||||||
--disable-gnome-vfs --enable-gio --enable-symbols --enable-lockdown \
|
|
||||||
--enable-evolution2 --enable-dbus --enable-opengl --enable-vba \
|
|
||||||
--enable-ext-presenter-minimizer --enable-ext-nlpsolver \
|
|
||||||
--enable-ext-wiki-publisher \
|
|
||||||
--enable-scripting-beanshell --enable-scripting-javascript \
|
|
||||||
--with-system-jars \
|
|
||||||
--with-system-libs --with-system-headers \
|
|
||||||
--without-system-npapi-headers --with-system-dicts \
|
|
||||||
--with-external-dict-dir=/usr/share/myspell \
|
|
||||||
--without-myspell-dicts --without-fonts --without-ppds --without-afms \
|
|
||||||
--with-help \
|
|
||||||
%{?with_lang} \
|
%{?with_lang} \
|
||||||
|
--disable-ccache \
|
||||||
|
--disable-epm \
|
||||||
|
--disable-fetch-external \
|
||||||
|
--disable-gnome-vfs \
|
||||||
|
--enable-dbus \
|
||||||
|
--enable-evolution2 \
|
||||||
|
--enable-ext-nlpsolver \
|
||||||
|
--enable-ext-presenter-minimizer \
|
||||||
|
--enable-ext-wiki-publisher \
|
||||||
|
--enable-gio \
|
||||||
|
--enable-lockdown \
|
||||||
|
--enable-opengl \
|
||||||
|
--enable-release-build \
|
||||||
|
--enable-scripting-beanshell \
|
||||||
|
--enable-scripting-javascript \
|
||||||
|
--enable-symbols \
|
||||||
|
--enable-vba \
|
||||||
|
--with-build-version="%{version}-%{release}" \
|
||||||
|
--with-external-dict-dir=/usr/share/myspell \
|
||||||
--with-external-tar="$EXTSRCDIR" \
|
--with-external-tar="$EXTSRCDIR" \
|
||||||
%{distrooptions} \
|
--with-help \
|
||||||
--disable-fetch-external --disable-ccache
|
--with-system-dicts \
|
||||||
|
--with-system-headers \
|
||||||
|
--with-system-jars \
|
||||||
|
--with-system-libs \
|
||||||
|
--without-afms \
|
||||||
|
--without-fonts \
|
||||||
|
--without-myspell-dicts \
|
||||||
|
--without-ppds \
|
||||||
|
--without-system-npapi-headers \
|
||||||
|
%{distrooptions}
|
||||||
|
|
||||||
make VERBOSE=true
|
make VERBOSE=true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user