>From a9c5b37cbd61383f30f62f344bfc4c736b422dc2 Mon Sep 17 00:00:00 2001 From: Martin Lambers Date: Tue, 3 Dec 2013 10:18:35 +0100 Subject: [PATCH] gdal: build with static proj. This fixes the following runtime error for applications that use projection functionality: ERROR 6: Unable to load PROJ.4 library (libproj-0.dll), creation of OGRCoordinateTransformation failed. --- src/gdal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdal.mk b/src/gdal.mk index a91a712..6e8e516 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -31,6 +31,7 @@ define $(PKG)_CONFIGURE --with-vfk \ --with-pam \ --without-threads \ + --with-static-proj4 \ --with-libz='$(PREFIX)/$(TARGET)' \ --with-png='$(PREFIX)/$(TARGET)' \ --with-libtiff='$(PREFIX)/$(TARGET)' \ @@ -46,7 +47,6 @@ define $(PKG)_CONFIGURE --with-gta='$(PREFIX)/$(TARGET)' \ --with-hdf5='$(PREFIX)/$(TARGET)' \ --without-odbc \ - --without-static-proj4 \ --without-xerces \ --without-grass \ --without-libgrass \ -- 1.8.5