packages: icedtea6/icedtea6.spec - don't try to set JAVA_HOME, icedtea6 wor...
jajcus
jajcus at pld-linux.org
Thu Apr 15 15:04:35 CEST 2010
Author: jajcus Date: Thu Apr 15 13:04:36 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- don't try to set JAVA_HOME, icedtea6 works well without it, it seems
---- Files affected:
packages/icedtea6:
icedtea6.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: packages/icedtea6/icedtea6.spec
diff -u packages/icedtea6/icedtea6.spec:1.16 packages/icedtea6/icedtea6.spec:1.17
--- packages/icedtea6/icedtea6.spec:1.16 Thu Apr 15 14:52:04 2010
+++ packages/icedtea6/icedtea6.spec Thu Apr 15 15:04:28 2010
@@ -248,7 +248,7 @@
ln -s %{SOURCE4} drops
%build
-JAVA_HOME=%{_jvmdir}/icedtea6
+unset JAVA_HOME || :
%configure \
%if %{with bootstrap}
--with-gcj-home=%{_gcj_home} \
@@ -656,6 +656,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2010/04/15 13:04:28 jajcus
+- don't try to set JAVA_HOME, icedtea6 works well without it, it seems
+
Revision 1.16 2010/04/15 12:52:04 jajcus
- build plugin… strange, it seems to work now (configure at least)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedtea6/icedtea6.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list