------------------------------------------------------------
revno: 1443
committer: Rene Engelhard <r...@debian.org>
branch nick: unstable
timestamp: Wed 2009-03-25 19:50:27 +0100
message:
  exclude saxon9 for -gcj. ICEs (killed by OOM?)
modified:
  rules
=== modified file 'rules'
--- a/rules     2009-03-23 22:06:11 +0000
+++ b/rules     2009-03-25 18:50:27 +0000
@@ -1898,6 +1898,9 @@
 endif
        : # remove problematic ones
        rm -f debian/tmp/native-jars/ridl.jar
+ifneq "$(USE_SYSTEM_SAXON)" "y"
+       rm -f debian/tmp/native-jars/saxon9.jar
+endif
        : # compile the others
        # the Debian i386 buildd, although having much ram still OOMs without
        # this (at unoil.jar).

Reply via email to