1
0
Fridrich Strba 2014-10-16 21:00:52 +00:00 committed by Git OBS Bridge
parent 4e307b9266
commit 5e09ca4581

View File

@ -601,8 +601,9 @@ bash ../configure \
%endif
%if 0%{?suse_version} >= 1120
--with-extra-cflags="-fno-devirtualize" \
--with-extra-cxxflags="-fno-devirtualize"
--with-extra-cxxflags="-fno-devirtualize" \
%endif
--with-boot-jdk=%{_sysconfdir}/alternatives/java_sdk
# The combination of FULL_DEBUG_SYMBOLS=0 and ALT_OBJCOPY=/does_not_exist
# disables FDS for all build configs and reverts to pre-FDS make logic.
@ -682,7 +683,11 @@ if [ -f "$ZERO_JVM" ] ; then
fi
%install
STRIP_KEEP_SYMTAB=libjvm*
export LANG=en_US.UTF-8
#bnc#530046
export STRIP_KEEP_SYMTAB=libjvm*
# skip /usr/lib/rpm/brp-check-bytecode-version:
export NO_BRP_CHECK_BYTECODE_VERSION=true
%if %{with_systemtap}
# Install systemtap support files.