[gluegen2] Fix the build for armv7hl #3

Clément David davidcl at fedoraproject.org
Mon Aug 12 08:22:31 UTC 2013


commit 2ba7d89c827025e01266b11aff8c27384a8a95e1
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Mon Aug 12 10:21:38 2013 +0200

    Fix the build for armv7hl #3

 gluegen2-0005-support-armv7hl.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gluegen2-0005-support-armv7hl.patch b/gluegen2-0005-support-armv7hl.patch
index 360ad44..a8aa665 100644
--- a/gluegen2-0005-support-armv7hl.patch
+++ b/gluegen2-0005-support-armv7hl.patch
@@ -6,7 +6,7 @@
      <!-- property name="javac.memorymax"  value="128m" /-->  <!-- I ran out of memory with these .. linux x86_64 6u14 -->
 -    <property name="javac.memorymax"  value="1024m" /> 
 +    <!-- property name="javac.memorymax"  value="1024m" /--> <!-- I ran out of memory with these .. linux fedora armv7 -->
-+    <property name="javac.memorymax"  value="3072m" />
++    <property name="javac.memorymax"  value="256m" />
  
      <echo message="javacdebug                 ${javacdebug}"/>
      <echo message="javacdebuglevel            ${javacdebuglevel}"/>


More information about the scm-commits mailing list