SPECS: java-gnu-classpath.spec - absolute path to ecj.jar
pawelz
pawelz at pld-linux.org
Wed Mar 25 17:56:08 CET 2009
Author: pawelz Date: Wed Mar 25 16:56:08 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- absolute path to ecj.jar
---- Files affected:
SPECS:
java-gnu-classpath.spec (1.45 -> 1.46)
---- Diffs:
================================================================
Index: SPECS/java-gnu-classpath.spec
diff -u SPECS/java-gnu-classpath.spec:1.45 SPECS/java-gnu-classpath.spec:1.46
--- SPECS/java-gnu-classpath.spec:1.45 Tue Feb 17 22:46:30 2009
+++ SPECS/java-gnu-classpath.spec Wed Mar 25 17:56:03 2009
@@ -138,6 +138,9 @@
%patch0 -p1
%build
+
+ECJ_JAR=$(find-jar ecj)
+
%configure \
JAVAC="%{?with_gcj:gcj -C}%{!?with_gcj:javac}" \
MOC=moc-qt4 \
@@ -151,6 +154,7 @@
--enable-xmlj \
--with%{!?with_apidocs:out}-gjdoc \
--with-javah=%{?with_gcj:gcjh}%{!?with_gcj:javah} \
+ --with-ecj-jar=$ECJ_JAR \
--disable-examples
%{__make}
@@ -269,6 +273,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.46 2009/03/25 16:56:03 pawelz
+- absolute path to ecj.jar
+
Revision 1.45 2009/02/17 21:46:30 qboosh
- better -tools* descs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-gnu-classpath.spec?r1=1.45&r2=1.46&f=u
More information about the pld-cvs-commit
mailing list