You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pe...@apache.org on 2016/09/21 21:35:34 UTC

svn commit: r1761818 - /openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh

Author: pescetti
Date: Wed Sep 21 21:35:34 2016
New Revision: 1761818

URL: http://svn.apache.org/viewvc?rev=1761818&view=rev
Log:
Add configure options: --without-junit --without-stlport --with-ant-home

Modified:
    openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh

Modified: openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1761818&r1=1761817&r2=1761818&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh (original)
+++ openoffice/devtools/build-scripts/4.1.3/unxlngix6/build_aoo64bit_on_centos5.sh Wed Sep 21 21:35:34 2016
@@ -20,6 +20,9 @@ autoconf && ./configure   \
 	--enable-opengl  \
 	--enable-dbus  \
 	--enable-gstreamer \
+	--without-junit \
+	--without-stlport \
+	--with-ant-home=$HOME/ant \
 	--with-package-format="rpm deb" \
 	--with-lang="${LANGS}" \
 	--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \