Skip to content

Commit 3948b46

Browse files
author
jef
committedNov 12, 2010
compile debian and osgeo4w package with mapserver (default changed)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14552 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CMAKE_OPTS := \
2929
-D BINDINGS_GLOBAL_INSTALL=TRUE \
3030
-D PEDANTIC=TRUE \
3131
-D WITH_SPATIALITE=TRUE \
32+
-D WITH_MAPSERVER=TRUE \
3233
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin
3334

3435
ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick sid"))

‎ms-windows/osgeo4w/package.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if errorlevel 1 goto error
8686
cmake -G "Visual Studio 9 2008" ^
8787
-D PEDANTIC=TRUE ^
8888
-D WITH_SPATIALITE=TRUE ^
89+
-D WITH_MAPSERVER=TRUE ^
8990
-D WITH_INTERNAL_SPATIALITE=TRUE ^
9091
-D CMAKE_BUILD_TYPE=%BUILDCONF% ^
9192
-D CMAKE_CONFIGURATION_TYPES=%BUILDCONF% ^

0 commit comments

Comments
 (0)
Please sign in to comment.