changeset 794:4125ce84f068

bugfix: provide the full path to pg_config in package gdal
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 21 Feb 2010 02:11:55 +0100
parents 73b3e8c660de
children a306de9b8916
files src/gdal.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Sun Feb 21 00:47:22 2010 +0100
+++ b/src/gdal.mk	Sun Feb 21 02:11:55 2010 +0100
@@ -44,7 +44,7 @@
         --with-sqlite3='$(PREFIX)/$(TARGET)' \
         --with-curl='$(PREFIX)/$(TARGET)/bin/curl-config' \
         --with-geos='$(PREFIX)/$(TARGET)/bin/geos-config' \
-        --with-pg='$(TARGET)-pg_config' \
+        --with-pg='$(PREFIX)/bin/$(TARGET)-pg_config' \
         --with-odbc='$(PREFIX)/$(TARGET)' \
         --without-static-proj4 \
         --without-xerces \