Skip to content
Permalink
Browse files
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13251 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 5, 2010
1 parent 814861c commit 735afe8
Showing 1 changed file with 7 additions and 2 deletions.
@@ -28,8 +28,13 @@ CMAKE_OPTS := \
-D CMAKE_SKIP_RPATH=TRUE \
-D BINDINGS_GLOBAL_INSTALL=TRUE \
-D PEDANTIC=TRUE \
-D WITH_SPATIALITE=TRUE \
-D WITH_INTERNAL_SPATIALITE=TRUE
-D WITH_SPATIALITE=TRUE

ifeq (,$(findstring $(DISTRIBUTION),"sid"))
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
else
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=FALSE
endif

ifneq (,$(findstring $(DISTRIBUTION),"hardy intrepid"))
LDFLAGS += -Wl,--as-needed -Wl,--no-undefined

0 comments on commit 735afe8

Please sign in to comment.