Accepting request 1140010 from home:StefanBruens:branches:devel:tools:building

See https://build.opensuse.org/request/show/1140009

- Revert the linker flags revert. Instead of increasing differences
  between SLE/Leap and Tumbleweed and risking silent breakage of
  dozens of packages due to underlinking, fix the one failing
  package.

OBS-URL: https://build.opensuse.org/request/show/1140010
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=577
This commit is contained in:
Dirk Mueller 2024-04-08 07:54:21 +00:00 committed by Git OBS Bridge
parent 5314c7c0ba
commit 8dd7e8222f
2 changed files with 10 additions and 2 deletions

View File

@ -33,6 +33,14 @@ Wed Feb 14 16:46:22 UTC 2024 - Fridrich Strba <fstrba@suse.com>
+ fix JVM detection on JDKs with ZERO virtual machine, like
java-21-openjdk for armv6l
-------------------------------------------------------------------
Fri Jan 19 19:25:29 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Revert the linker flags revert. Instead of increasing differences
between SLE/Leap and Tumbleweed and risking silent breakage of
dozens of packages due to underlinking, fix the one failing
package.
-------------------------------------------------------------------
Fri Jan 19 15:26:23 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -43,9 +43,9 @@
-DCMAKE_C_FLAGS="${CFLAGS:-%optflags}" \\\
-DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags}" \\\
-DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}}" \\\
-DCMAKE_EXE_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,-z,now" \\\
-DCMAKE_EXE_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \\\
-DCMAKE_MODULE_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed" \\\
-DCMAKE_SHARED_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,-z,now" \\\
-DCMAKE_SHARED_LINKER_FLAGS="%{?build_ldflags} -Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \\\
%if "%{?_lib}" == "lib64" \
-DLIB_SUFFIX=64 \\\
%endif \