forked from pool/java-1_8_0-openj9
This commit is contained in:
parent
869ac6f7d5
commit
b28722a992
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%global make make
|
||||
%{!?aarch64:%global aarch64 aarch64 arm64 armv8}
|
||||
%global debug 0
|
||||
%global bootcycle 1
|
||||
@ -421,7 +422,7 @@ bash configure \
|
||||
--with-native-debug-symbols=internal \
|
||||
--with-boot-jdk=%{_sysconfdir}/alternatives/java_sdk
|
||||
|
||||
make \
|
||||
%{make} \
|
||||
JAVAC_FLAGS=-g \
|
||||
LOG=trace \
|
||||
DEBUG_BINARIES=true \
|
||||
@ -911,7 +912,9 @@ fi
|
||||
%{_jvmdir}/%{jredir}/lib/security/policy/limited/local_policy.jar
|
||||
%{_jvmdir}/%{jredir}/lib/security/policy/unlimited/US_export_policy.jar
|
||||
%{_jvmdir}/%{jredir}/lib/security/policy/unlimited/local_policy.jar
|
||||
%ifnarch %{aarch64}
|
||||
%{_jvmdir}/%{jredir}/lib/security/nss.fips.cfg
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%dir %{_jvmdir}/%{sdkdir}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user