# HG changeset patch # User Mark Wielaard # Date 1332333400 -3600 # Node ID f8891d3c2d23a71dfaba32fc06acf130e859f723 # Parent e717809f9893d773607a05ce33689c6312e7dfea build.sh: Add --disable-system-gio for icedtea7 builds. 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"