[packages/icedtea7] Always use --disable-bootstrap

jajcus jajcus at pld-linux.org
Thu Oct 30 10:43:36 CET 2014


commit b7701c3a5fb1a7c0d59309ef6520bd914774aa17
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Thu Oct 30 09:40:56 2014 +0100

    Always use --disable-bootstrap
    
    With the bootstrap enabled a broken rt.jar is generated and no better
    solution is known.
    
    http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1538
    
    Release: 5

 icedtea7.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/icedtea7.spec b/icedtea7.spec
index 30bdc6e..8155849 100644
--- a/icedtea7.spec
+++ b/icedtea7.spec
@@ -28,7 +28,7 @@ Summary:	OpenJDK and GNU Classpath code
 Summary(pl.UTF-8):	Kod OpenJDK i GNU Classpath
 Name:		icedtea7
 Version:	2.5.3
-Release:	4
+Release:	5
 License:	GPL v2
 Group:		Development/Languages/Java
 Source0:	http://icedtea.wildebeest.org/download/source/icedtea-%{version}.tar.gz
@@ -456,7 +456,7 @@ chmod a+x build-bin/ant
 	--disable-downloading \
 	--with-jdk-home=%{java_home} \
 	--with-abs-install-dir=%{dstdir} \
-	%{?with_bootstrap:--disable-bootstrap} \
+	--disable-bootstrap \
 	--%{!?with_nss:dis}%{?with_nss:en}able-nss \
 	--%{!?with_nss:dis}%{?with_nss:en}able-sunec \
 	--with-rhino=%{_javadir}/js.jar
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/icedtea7.git/commitdiff/b7701c3a5fb1a7c0d59309ef6520bd914774aa17



More information about the pld-cvs-commit mailing list