bugfix: provide the full path to pg_config in package gdal

This commit is contained in:
Volker Grabsch 2010-02-21 02:11:55 +01:00
parent f2e3b1cb78
commit 1c9ba996f6
1 changed files with 1 additions and 1 deletions

View File

@ -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 \