1
0
forked from pool/sqlitebrowser

Accepting request 406222 from home:wolfi323:branches:server:database

- Pass -DBUILD_SHARED_LIBS=OFF to %cmake to fix static linking with the included libraries (boo#984828)

OBS-URL: https://build.opensuse.org/request/show/406222
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=22
This commit is contained in:
Martin Pluskal 2016-07-03 22:11:54 +00:00 committed by Git OBS Bridge
parent 7785c3140f
commit d17101382d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jul 3 22:00:45 UTC 2016 - wbauer@tmo.at
- Pass -DBUILD_SHARED_LIBS=OFF to %cmake to fix static linking with
the included libraries (boo#984828)
-------------------------------------------------------------------
Thu May 12 08:05:33 UTC 2016 - mpluskal@suse.com

View File

@ -76,6 +76,7 @@ to:
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
-DUSE_QT5=true \
%endif
-DBUILD_SHARED_LIBS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
make %{?_smp_mflags}