fixed
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=57
This commit is contained in:
parent
d8fb4656c6
commit
5e98d6f2d1
13
qgis.spec
13
qgis.spec
@ -75,12 +75,6 @@ export PATH=$PATH:$QTDIR/bin
|
||||
%define lib lib
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} <= 1030
|
||||
%define intsq -D WITH_INTERNAL_SQLITE3=TRUE \
|
||||
-D SQLITE3_INCLUDE_DIR=%{buildroot}/src/core/sqlite3
|
||||
%else
|
||||
%define intsq
|
||||
%endif
|
||||
|
||||
|
||||
cmake -Wno-dev %{intsq} \
|
||||
@ -89,7 +83,12 @@ cmake -Wno-dev %{intsq} \
|
||||
-D QGIS_LIB_SUBDIR=%{lib} \
|
||||
-D WITH_BINDINGS=TRUE \
|
||||
-D QGIS_PLUGIN_SUBDIR=%{lib}/qgis \
|
||||
-D QGIS_MANUAL_SUBDIR=share/man
|
||||
-D QGIS_MANUAL_SUBDIR=share/man \
|
||||
%if 0%{?suse_version} <= 1030
|
||||
-D WITH_INTERNAL_SQLITE3=TRUE \
|
||||
-D SQLITE3_INCLUDE_DIR=%{buildroot}/src/core/sqlite3 \
|
||||
%endif
|
||||
.
|
||||
|
||||
#echo "for 'make' run first:"
|
||||
export QTDIR=%{_prefix}
|
||||
|
Loading…
Reference in New Issue
Block a user