/hg/buildbot: build.sh set ICEDTEA_ADDITIONAL_VMS and ADDITIONAL...

mjw at icedtea.classpath.org mjw at icedtea.classpath.org
Wed Mar 21 04:18:37 PDT 2012


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

	build.sh set ICEDTEA_ADDITIONAL_VMS and ADDITIONAL_OPTIONS for trunk build.


diffstat:

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

diffs (13 lines):

diff -r 93e227921517 -r e717809f9893 icedtea/build.sh
--- a/icedtea/build.sh	Wed Mar 21 12:03:41 2012 +0100
+++ b/icedtea/build.sh	Wed Mar 21 12:18:31 2012 +0100
@@ -117,6 +117,9 @@
 elif [ "${VERSIONSTR}" == "7" ]; then
  ICEDTEA_ADDITIONAL_VMS="shark"
  ADDITIONAL_OPTIONS="--disable-system-lcms"
+else
+ ICEDTEA_ADDITIONAL_VMS=""
+ ADDITIONAL_OPTIONS="--disable-system-lcms"
 fi
 
 # Build in separate dir.



More information about the distro-pkg-dev mailing list