forked from pool/sqlitebrowser
Accepting request 406279 from server:database
- Comment out antrl dependency as it causes build issues on x86_64 - 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/406279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlitebrowser?expand=0&rev=7
This commit is contained in:
commit
4027b378b3
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 08:32:44 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Comment out antrl dependency as it causes build issues on x86_64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -37,7 +37,7 @@ Requires(postun): update-desktop-files
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# not on SLE-12
|
||||
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
|
||||
BuildRequires: antlr-devel
|
||||
#BuildRequires: antlr-devel
|
||||
BuildRequires: libqt5-linguist-devel
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user