You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2019/01/29 14:21:02 UTC

svn commit: r1852456 - /openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh

Author: jim
Date: Tue Jan 29 14:21:02 2019
New Revision: 1852456

URL: http://svn.apache.org/viewvc?rev=1852456&view=rev
Log:
Update CentOS7, 32bit build script for 4.2.0-dev/beta

Modified:
    openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh

Modified: openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh
URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh?rev=1852456&r1=1852455&r2=1852456&view=diff
==============================================================================
--- openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh (original)
+++ openoffice/devtools/build-scripts/4.2.0-dev/unxlngi6/build_aoo32bit_on_centos7.sh Tue Jan 29 14:21:02 2019
@@ -61,10 +61,11 @@ if [ "$AOO_SKIP_CONFIG" != "yes" ]; then
 	--without-junit \
 	--without-stlport \
 	--with-ant-home=$ANT_HOME \
+	--with-jdk-home=/usr/lib/jvm/java-1.7.0-openjdk \
 	--with-package-format="rpm deb" \
 	--with-lang="${LANGS}" \
-	--with-dmake-url=http://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2 \
-	--with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \
+        --with-epm=/usr/local/bin/epm \
+        --with-dmake-path=/usr/local/bin/dmake \
 	| tee config.out ) || exit 1
 fi