forked from pool/java-1_8_0-openj9
This commit is contained in:
@@ -210,6 +210,9 @@ Provides: jre1.6.x
|
|||||||
Provides: jre1.7.x
|
Provides: jre1.7.x
|
||||||
Provides: jre1.8.x
|
Provides: jre1.8.x
|
||||||
ExclusiveArch: x86_64 ppc64le s390x aarch64
|
ExclusiveArch: x86_64 ppc64le s390x aarch64
|
||||||
|
%if %{?pkg_vcmp:%pkg_vcmp gcc-c++ >= 11}%{!?pkg_vcmp:0}
|
||||||
|
BuildRequires: libdwarf-devel >= 20210528
|
||||||
|
%endif
|
||||||
%if %{bootcycle}
|
%if %{bootcycle}
|
||||||
BuildRequires: java-devel >= 1.7
|
BuildRequires: java-devel >= 1.7
|
||||||
BuildConflicts: java >= 9
|
BuildConflicts: java >= 9
|
||||||
@@ -413,13 +416,6 @@ EXTRA_CPP_FLAGS="-Wno-error -Wno-maybe-uninitialized -std=gnu++98 -fno-delete-nu
|
|||||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
|
EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{?pkg_vcmp:%pkg_vcmp gcc-c++ >= 11}%{!?pkg_vcmp:0}
|
|
||||||
EXTRA_CPP_FLAGS="$EXTRA_CPP_FLAGS -g -gdwarf-4"
|
|
||||||
EXTRA_CFLAGS="$EXTRA_CFLAGS -g -gdwarf-4"
|
|
||||||
export CXXFLAGS="$EXTRA_CPP_FLAGS"
|
|
||||||
export CFLAGS="$EXTRA_CFLAGS"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
bash configure \
|
bash configure \
|
||||||
--disable-zip-debug-info \
|
--disable-zip-debug-info \
|
||||||
--with-milestone="fcs" \
|
--with-milestone="fcs" \
|
||||||
|
Reference in New Issue
Block a user