forked from pool/cmake
Accepting request 561593 from home:scarabeus_iv:branches:devel:tools:building
- Do not add no-undefined on module linking, should reduce us a bit of redefining as most modules dynamically load stuff OBS-URL: https://build.opensuse.org/request/show/561593 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=309
This commit is contained in:
parent
14f07e784c
commit
5032e1818c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 11:09:29 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Do not add no-undefined on module linking, should reduce us a bit
|
||||
of redefining as most modules dynamically load stuff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 22:06:52 UTC 2018 - virtuousfox@gmail.com
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS:-%optflags} -DNDEBUG" \\\
|
||||
-DCMAKE_Fortran_FLAGS="${FFLAGS:-%optflags%{?_fmoddir: -I%_fmoddir}} -DNDEBUG" \\\
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \\\
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \\\
|
||||
-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed" \\\
|
||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now" \\\
|
||||
%if "%{?_lib}" == "lib64" \
|
||||
-DLIB_SUFFIX=64 \\\
|
||||
|
Loading…
Reference in New Issue
Block a user