/hg/buildbot: Added --disable-system-lcms to IcedTea7 configurat...

ptisnovs at icedtea.classpath.org ptisnovs at icedtea.classpath.org
Thu May 5 07:07:01 PDT 2011


changeset d3a4c323b594 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=d3a4c323b594
author: ptisnovs
date: Thu May 05 11:25:39 2011 +0200

	Added --disable-system-lcms to IcedTea7 configuration parameters.


diffstat:

 icedtea/build.sh   |  3 +++
 icedtea/master.cfg |  3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (35 lines):

diff -r 4acf4a27e0fa -r d3a4c323b594 icedtea/build.sh
--- a/icedtea/build.sh	Tue May 03 11:16:34 2011 +0200
+++ b/icedtea/build.sh	Thu May 05 11:25:39 2011 +0200
@@ -103,8 +103,10 @@
 # Some additional VMs only build against one or the other version.
 if [ "$1" == "6"]; then
  ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark"
+ ADDITIONAL_OPTIONS=""
 elif [ "$1" == "7" ]; then
  ICEDTEA_ADDITIONAL_VMS="shark"
+ ADDITIONAL_OPTIONS="--disable-system-lcms"
 fi
 
 # Build in separate dir.
@@ -115,6 +117,7 @@
 	&& cd $ICEDTEA_BUILD_DIR \
 	&& $ICEDTEA_DIR/configure \
 		--enable-nss \
+                $ADDITIONAL_OPTIONS \
 		--with-additional-vms=$ICEDTEA_ADDITIONAL_VMS \
 	&& make VERBOSE=true) 2>&1 | tee $BUILD_LOG_FILE
 BUILD_RESULT=$?
diff -r 4acf4a27e0fa -r d3a4c323b594 icedtea/master.cfg
--- a/icedtea/master.cfg	Tue May 03 11:16:34 2011 +0200
+++ b/icedtea/master.cfg	Thu May 05 11:25:39 2011 +0200
@@ -271,7 +271,8 @@
                               "--disable-docs",
                               "--with-additional-vms=shark",
                               "--with-parallel-jobs=4",
-                              "--with-llvm-config=llvm-config-2.7"],
+                              "--with-llvm-config=llvm-config-2.7",
+                              "--disable-system-lcms"],
                               workdir="build"))
 f3s7.addStep(Compile(workdir="build"))
 f3s7.addStep(JTRegCheck(command=["make", "check-hotspot"],



More information about the distro-pkg-dev mailing list