SF.net SVN: gar:[23424] csw/mgar/pkg/postgis/trunk/Makefile
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Thu Apr 17 13:09:34 CEST 2014
Revision: 23424
http://sourceforge.net/p/gar/code/23424
Author: guengel
Date: 2014-04-17 11:09:34 +0000 (Thu, 17 Apr 2014)
Log Message:
-----------
postgis/trunk: Use proper *-config binaries for 64bit archs.
Modified Paths:
--------------
csw/mgar/pkg/postgis/trunk/Makefile
Modified: csw/mgar/pkg/postgis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postgis/trunk/Makefile 2014-04-17 08:17:14 UTC (rev 23423)
+++ csw/mgar/pkg/postgis/trunk/Makefile 2014-04-17 11:09:34 UTC (rev 23424)
@@ -49,7 +49,11 @@
EXTRA_LINKER_FLAGS = -lm
EXTRA_CFLAGS = -std=c99 -D__EXTENSIONS__
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-xml2config=$(bindir)/xml2-config
+CONFIGURE_ARGS += --with-pgconfig=$(bindir)/pg_config
+CONFIGURE_ARGS += --with-geosconfig=$(bindir)/geos-config
+CONFIGURE_ARGS += --with-gdalconfig=$(bindir)/gdal-config
BUILD64 = 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list