SHA256
1
0
forked from pool/qgis
Dirk Stoecker 2008-09-04 07:55:53 +00:00 committed by Git OBS Bridge
parent d8fb4656c6
commit 5e98d6f2d1

View File

@ -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}