changeset 45:f8891d3c2d23

build.sh: Add --disable-system-gio for icedtea7 builds.
author Mark Wielaard <mark@klomp.org>
date Wed, 21 Mar 2012 13:36:40 +0100
parents e717809f9893
children 05e41e1c037b
files icedtea/build.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"