[postgis-commits] svn - r3225 - trunk/loader

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Mon Nov 3 08:23:46 PST 2008


Author: mcayland
Date: 2008-11-03 08:23:45 -0800 (Mon, 03 Nov 2008)
New Revision: 3225

Modified:
   trunk/loader/Makefile.in
Log:
Add missing ICONV_LDFLAGS variable to the loader Makefile. Thanks to Olivier Courtin for noticing.


Modified: trunk/loader/Makefile.in
===================================================================
--- trunk/loader/Makefile.in	2008-11-03 16:17:57 UTC (rev 3224)
+++ trunk/loader/Makefile.in	2008-11-03 16:23:45 UTC (rev 3225)
@@ -29,7 +29,10 @@
 # PostgreSQL executable directory
 PGSQL_BINDIR=@PGSQL_BINDIR@
 
+# iconv flags
+ICONV_LDFLAGS=@ICONV_LDFLAGS@
 
+
 all: $(SHP2PGSQL) $(PGSQL2SHP) 
 
 pgsql2shp.o: pgsql2shp.c



More information about the postgis-commits mailing list