forked from pool/java-1_8_0-openjdk
This commit is contained in:
parent
1b24520e35
commit
18282d1af6
3
aarch32.tar.xz
Normal file
3
aarch32.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:38e24d556aa269a5168e251b1fa97e84467a722fff27fa2f81de315854f18a33
|
||||||
|
size 6743892
|
@ -182,9 +182,10 @@ Source5: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_v
|
|||||||
Source6: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jdk.tar.xz
|
Source6: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/jdk.tar.xz
|
||||||
Source7: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/langtools.tar.xz
|
Source7: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/langtools.tar.xz
|
||||||
Source8: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz
|
Source8: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/hotspot.tar.xz
|
||||||
Source9: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz
|
Source9: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/aarch32.tar.xz
|
||||||
|
Source10: http://icedtea.classpath.org/download/drops/icedtea8/%{icedtea_version}/nashorn.tar.xz
|
||||||
# Test
|
# Test
|
||||||
Source10: TestECDSA.java
|
Source11: TestECDSA.java
|
||||||
# RPM/distribution specific patches
|
# RPM/distribution specific patches
|
||||||
# RHBZ 1015432
|
# RHBZ 1015432
|
||||||
Patch2: 1015432.patch
|
Patch2: 1015432.patch
|
||||||
@ -535,8 +536,12 @@ sh autogen.sh
|
|||||||
--with-jaxws-src-zip=%{SOURCE5} \
|
--with-jaxws-src-zip=%{SOURCE5} \
|
||||||
--with-jdk-src-zip=%{SOURCE6} \
|
--with-jdk-src-zip=%{SOURCE6} \
|
||||||
--with-langtools-src-zip=%{SOURCE7} \
|
--with-langtools-src-zip=%{SOURCE7} \
|
||||||
|
%ifarch %{arm}
|
||||||
|
--with-hotspot-src-zip=%{SOURCE9} \
|
||||||
|
%else
|
||||||
--with-hotspot-src-zip=%{SOURCE8} \
|
--with-hotspot-src-zip=%{SOURCE8} \
|
||||||
--with-nashorn-src-zip=%{SOURCE9}
|
%endif
|
||||||
|
--with-nashorn-src-zip=%{SOURCE10}
|
||||||
|
|
||||||
make patch %{?_smp_mflags}
|
make patch %{?_smp_mflags}
|
||||||
|
|
||||||
@ -884,7 +889,7 @@ fi
|
|||||||
export JAVA_HOME=$(pwd)/%{buildoutputdir}images/j2sdk-image
|
export JAVA_HOME=$(pwd)/%{buildoutputdir}images/j2sdk-image
|
||||||
|
|
||||||
# Check ECC is working
|
# Check ECC is working
|
||||||
$JAVA_HOME/bin/javac -d . %{SOURCE10}
|
$JAVA_HOME/bin/javac -d . %{SOURCE11}
|
||||||
$JAVA_HOME/bin/java TestECDSA
|
$JAVA_HOME/bin/java TestECDSA
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user