Accepting request 697461 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/697461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=18
This commit is contained in:
Yuchen Lin 2019-04-28 17:57:12 +00:00 committed by Git OBS Bridge
commit 443db79a4a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 09:43:30 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133122).
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 28 13:54:53 UTC 2019 - Andreas Schneider <asn@cryptomilk.org> Thu Mar 28 13:54:53 UTC 2019 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -106,6 +106,7 @@ Static cmocka unit testing library.
%autosetup -p1 %autosetup -p1
%build %build
%define _lto_cflags %{nil}
%cmake \ %cmake \
-DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_SKIP_RPATH=OFF \
-DWITH_STATIC_LIB=ON \ -DWITH_STATIC_LIB=ON \