summaryrefslogtreecommitdiffstats
path: root/src/postgresql.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-11-26 19:34:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-11-26 19:34:29 (GMT)
commitf57837e79c3484dbe0cdaf0b3fe5b32176c96abc (patch)
tree875c4cc0157b9e961f860daa881163d19533fceb /src/postgresql.mk
parentb3db8131746da6256ad052f236c7ac7f3f455d11 (diff)
downloadmxe-f57837e79c3484dbe0cdaf0b3fe5b32176c96abc.zip
mxe-f57837e79c3484dbe0cdaf0b3fe5b32176c96abc.tar.gz
mxe-f57837e79c3484dbe0cdaf0b3fe5b32176c96abc.tar.bz2
package postgresql: use $(TARGET) instead of i686-pc-mingw32
Diffstat (limited to 'src/postgresql.mk')
-rw-r--r--src/postgresql.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgresql.mk b/src/postgresql.mk
index 902e97a..2c6bed5 100644
--- a/src/postgresql.mk
+++ b/src/postgresql.mk
@@ -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=