[java-1.8.0-openjdk] Ignore build warnings in SCTP using make command

Omair Majid omajid at fedoraproject.org
Tue Apr 30 05:46:04 UTC 2013


commit 68a71d97921d1ddf385168f2c81bcebe3608aae0
Author: Omair Majid <omajid at redhat.com>
Date:   Mon Apr 29 21:10:41 2013 -0400

    Ignore build warnings in SCTP using make command

 disable-werror.patch    |   15 ---------------
 java-1.8.0-openjdk.spec |    5 +----
 2 files changed, 1 insertions(+), 19 deletions(-)
---
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index a755327..5e96a95 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -199,8 +199,6 @@ Patch102: %{name}-size_t.patch
 # Patch for PPC/PPC64
 Patch103: %{name}-ppc-zero-hotspot.patch
 
-Patch104: disable-werror.patch
-
 Patch200: system-giflib.patch
 Patch201: system-libjpeg.patch
 Patch202: system-libpng.patch
@@ -352,7 +350,6 @@ The OpenJDK API documentation.
 cp %{SOURCE2} .
 
 # OpenJDK patches
-%patch104
 
 # Rhino patch
 %patch100
@@ -474,7 +471,7 @@ bash ../../configure \
     --with-stdc++lib=dynamic \
     --with-num-cores="$NUM_PROC"
 
-make DEBUG_BINARIES=true DISABLE_INTREE_EC=true LOG=trace all
+make SCTP_WERROR= DEBUG_BINARIES=true DISABLE_INTREE_EC=true LOG=trace all
 
 popd >& /dev/null
 


More information about the scm-commits mailing list