We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f3f8a9f commit 3948b46Copy full SHA for 3948b46
debian/rules
@@ -29,6 +29,7 @@ CMAKE_OPTS := \
29
-D BINDINGS_GLOBAL_INSTALL=TRUE \
30
-D PEDANTIC=TRUE \
31
-D WITH_SPATIALITE=TRUE \
32
+ -D WITH_MAPSERVER=TRUE \
33
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin
34
35
ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick sid"))
ms-windows/osgeo4w/package.cmd
@@ -86,6 +86,7 @@ if errorlevel 1 goto error
86
cmake -G "Visual Studio 9 2008" ^
87
-D PEDANTIC=TRUE ^
88
-D WITH_SPATIALITE=TRUE ^
89
+ -D WITH_MAPSERVER=TRUE ^
90
-D WITH_INTERNAL_SPATIALITE=TRUE ^
91
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
92
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^
0 commit comments