diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-21 01:11:55 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-21 01:11:55 (GMT) |
commit | 1c9ba996f6b053e8c21d529213de97393e9ab96c (patch) | |
tree | d554992f6e1c1d4202ee282700acec3f269b9b2c /src/gdal.mk | |
parent | f2e3b1cb7830ee4657c65cbee16698d95828714f (diff) | |
download | mxe-1c9ba996f6b053e8c21d529213de97393e9ab96c.zip mxe-1c9ba996f6b053e8c21d529213de97393e9ab96c.tar.gz mxe-1c9ba996f6b053e8c21d529213de97393e9ab96c.tar.bz2 |
bugfix: provide the full path to pg_config in package gdal
Diffstat (limited to 'src/gdal.mk')
-rw-r--r-- | src/gdal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk index 236d5c8..b7b87ab 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -44,7 +44,7 @@ define $(PKG)_BUILD --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 \ |