]> git.pld-linux.org Git - packages/icedtea7.git/commitdiff
Always use --disable-bootstrap auto/th/icedtea7-2.5.3-5
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Oct 2014 08:40:56 +0000 (09:40 +0100)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Thu, 30 Oct 2014 09:43:14 +0000 (10:43 +0100)
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

index 30bdc6e4a9b6405e63e560373c107f4a65eedc70..81558494913cc613c41f395f553f4bc79510bb20 100644 (file)
@@ -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
This page took 0.063709 seconds and 4 git commands to generate.