From 18fa752e875d73edb667e3a6c65757fec8a9a0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 2 Jul 2013 16:20:38 +0100 Subject: [PATCH] no bluetooth on s390/s390x rhel-6 --- libreoffice.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index f65310f..ef335b6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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