package postgresql: use $(TARGET) instead of i686-pc-mingw32

This commit is contained in:
Tony Theodore 2011-11-27 06:34:29 +11:00
parent b3db813174
commit f57837e79c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ define $(PKG)_BUILD
--without-libxslt \
--with-zlib \
--with-system-tzdata=/dev/null \
LIBS="-lsecur32 `'i686-pc-mingw32-pkg-config' openssl --libs`"
LIBS="-lsecur32 `'$(TARGET)-pkg-config' openssl --libs`"
$(MAKE) -C '$(1)'/src/interfaces/libpq -j '$(JOBS)' install haslibarule= shlib=
$(MAKE) -C '$(1)'/src/port -j '$(JOBS)' haslibarule= shlib=
$(MAKE) -C '$(1)'/src/bin/psql -j '$(JOBS)' install haslibarule= shlib=