/hg/buildbot: build.sh: Add --disable-system-gio for icedtea7 bu...

mjw at icedtea.classpath.org mjw at icedtea.classpath.org
Wed Mar 21 05:36:47 PDT 2012


changeset f8891d3c2d23 in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=f8891d3c2d23
author: Mark Wielaard <mark at klomp.org>
date: Wed Mar 21 13:36:40 2012 +0100

	build.sh: Add --disable-system-gio for icedtea7 builds.


diffstat:

 icedtea/build.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e717809f9893 -r f8891d3c2d23 icedtea/build.sh
--- a/icedtea/build.sh	Wed Mar 21 12:18:31 2012 +0100
+++ b/icedtea/build.sh	Wed Mar 21 13:36:40 2012 +0100
@@ -111,12 +111,12 @@
 set -o pipefail
 
 # Some additional VMs only build against one or the other version.
-if [ "${VERSIONSTR}" == "6"]; then
+if [ "${VERSIONSTR}" == "6" ]; then
  ICEDTEA_ADDITIONAL_VMS="cacao,jamvm,shark"
  ADDITIONAL_OPTIONS=""
 elif [ "${VERSIONSTR}" == "7" ]; then
  ICEDTEA_ADDITIONAL_VMS="shark"
- ADDITIONAL_OPTIONS="--disable-system-lcms"
+ ADDITIONAL_OPTIONS="--disable-system-lcms --disable-system-gio"
 else
  ICEDTEA_ADDITIONAL_VMS=""
  ADDITIONAL_OPTIONS="--disable-system-lcms"



More information about the distro-pkg-dev mailing list