View | Details | Raw Unified | Return to bug 205701
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 30-36 Link Here
30
PCRE_DESC=	Regular expression support for SQLite
30
PCRE_DESC=	Regular expression support for SQLite
31
SPATIALITE_DESC=SpatiaLite support
31
SPATIALITE_DESC=SpatiaLite support
32
32
33
CFLAGS+=	-fPIC
33
CFLAGS+=	-fPIC -flax-vector-conversions
34
CONFIGURE_ARGS=	--datadir=${DATADIR} \
34
CONFIGURE_ARGS=	--datadir=${DATADIR} \
35
		--enable-static=yes \
35
		--enable-static=yes \
36
		--with-geotiff=${LOCALBASE} \
36
		--with-geotiff=${LOCALBASE} \

Return to bug 205701