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

Andrew Hughes ahughes at redhat.com
Wed Mar 21 06:14:16 PDT 2012


----- Original Message -----
> 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"
> 

Why is this necessary?  Old machine?
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07




More information about the distro-pkg-dev mailing list