[java-1.8.0-openjdk] Fix definition of with_systemtap

Omair Majid omajid at fedoraproject.org
Thu Sep 5 21:59:26 UTC 2013


commit 0a505a76dc9be96151bd816ecd4f53283867c7c5
Author: Omair Majid <omajid at redhat.com>
Date:   Thu Sep 5 17:56:26 2013 -0400

    Fix definition of with_systemtap

 java-1.8.0-openjdk.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 8cef5ca..1bc374a 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -59,6 +59,8 @@
 
 %ifarch %{jit_arches}
 %global with_systemtap 1
+%else
+%global with_systemtap 0
 %endif
 
 # Convert an absolute path to a relative path.  Each symbolic link is


More information about the scm-commits mailing list