SPECS (AC-branch): antlr.spec - Always use "gij" to execute gcc-ja...
jajcus
jajcus at pld-linux.org
Sun May 21 17:20:44 CEST 2006
Author: jajcus Date: Sun May 21 15:20:44 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- Always use "gij" to execute gcc-java version
- explicit --disable-csharp, so csharp in build environment makes no difference
---- Files affected:
SPECS:
antlr.spec (1.23.2.2 -> 1.23.2.3)
---- Diffs:
================================================================
Index: SPECS/antlr.spec
diff -u SPECS/antlr.spec:1.23.2.2 SPECS/antlr.spec:1.23.2.3
--- SPECS/antlr.spec:1.23.2.2 Sun May 21 16:19:14 2006
+++ SPECS/antlr.spec Sun May 21 17:20:39 2006
@@ -5,7 +5,7 @@
# * Package the Emacs an Jedit modes
#
# Conditional build:
-%bcond_with javac # use javac instead of gcj
+%bcond_with javac # use javac/java instead of gcj/gij (limits archs supported)
#
Summary: ANother Tool for Language Recognition
Summary(pl): Jeszcze jedno narzędzie do rozpoznawania języka
@@ -75,7 +75,9 @@
%configure \
%{?with_javac:CLASSPATH=`pwd` --with-javac=javac} \
- %{!?with_javac:--with-javac=gcj}
+ %{!?with_javac:--with-javac=gcj} \
+ %{!?with_javac:--with-java=gij} \
+ --disable-csharp
%{__make}
@@ -124,6 +126,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23.2.3 2006/05/21 15:20:39 jajcus
+- Always use "gij" to execute gcc-java version
+- explicit --disable-csharp, so csharp in build environment makes no difference
+
Revision 1.23.2.2 2006/05/21 14:19:14 jajcus
- Release: 3
- python runtime subpackage
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/antlr.spec?r1=1.23.2.2&r2=1.23.2.3&f=u
More information about the pld-cvs-commit
mailing list