forked from pool/cmake
Accepting request 713086 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/713086 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=161
This commit is contained in:
commit
7f85036bcc
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 07:44:21 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Remove -DCMAKE_STATIC_LINKER_FLAGS as it's supposed
|
||||
to be used by 'ar'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 18 07:07:37 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
-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,--no-undefined -Wl,-z,now" \\\
|
||||
-DCMAKE_STATIC_LINKER_FLAGS="%{?build_ldflags}" \\\
|
||||
%if "%{?_lib}" == "lib64" \
|
||||
-DLIB_SUFFIX=64 \\\
|
||||
%endif \
|
||||
|
Loading…
Reference in New Issue
Block a user