|
|
|
@ -1050,6 +1050,9 @@ export CXXFLAGS=$ARCH_FLAGS
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
|
%if 0%{?rhel} < 7
|
|
|
|
|
%define distrooptions --disable-graphite --without-system-mythes --without-system-mdds --without-junit --without-system-redland --disable-ext-mysql-connector --without-system-libexttextcat --without-system-libcdr --without-system-libwps --without-system-libwpd --without-system-libwpg --without-system-libcmis --without-system-clucene --without-system-libvisio --without-system-lcms2 --without-system-libmspub --without-system-orcus --without-system-liblangtag --without-system-boost --enable-gstreamer-0-10 --disable-gstreamer --disable-postgresql-sdbc --with-servlet-api-jar=/usr/share/java/apache-tomcat-apis/tomcat-servlet2.5-api.jar --enable-python=system --with-system-hsqldb
|
|
|
|
|
%ifarch s390 s390x
|
|
|
|
|
%define archoptions --disable-sdremote-bluetooth
|
|
|
|
|
%endif
|
|
|
|
|
%else
|
|
|
|
|
%define distrooptions --without-system-hsqldb --disable-gstreamer-0-10 --enable-gstreamer --with-system-mythes --enable-python=system --with-servlet-api-jar=/usr/share/java/tomcat-servlet-api.jar
|
|
|
|
|
%endif
|
|
|
|
@ -1101,7 +1104,8 @@ touch autogen.lastrun
|
|
|
|
|
--without-fonts \
|
|
|
|
|
--without-ppds \
|
|
|
|
|
--without-system-npapi-headers \
|
|
|
|
|
%{distrooptions}
|
|
|
|
|
%{distrooptions} \
|
|
|
|
|
%{archoptions}
|
|
|
|
|
|
|
|
|
|
make VERBOSE=true
|
|
|
|
|
|
|
|
|
|