summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-18 22:09:46 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-18 22:52:35 (GMT)
commit0e39fbcb46b13d0822a5162186416611338de4f4 (patch)
treef7720050eb8d5fe0bd41340725032ce21dc6fc3b /src/gdal.mk
parent3e1c95166af0dbff52132cd61e0229dd9cbaaf92 (diff)
downloadmxe-0e39fbcb46b13d0822a5162186416611338de4f4.zip
mxe-0e39fbcb46b13d0822a5162186416611338de4f4.tar.gz
mxe-0e39fbcb46b13d0822a5162186416611338de4f4.tar.bz2
gdal: Remove remnants of i686-pc-mingw32
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 35dd34f..60c75fe 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -87,14 +87,6 @@ define $(PKG)_MAKE
ln -sf '$(PREFIX)/$(TARGET)/bin/gdal-config' '$(PREFIX)/bin/$(TARGET)-gdal-config'
endef
-define $(PKG)_BUILD
- $($(PKG)_CONFIGURE)\
- --with-hdf4='$(PREFIX)/$(TARGET)' \
- --with-netcdf='$(PREFIX)/$(TARGET)' \
- LIBS="-ljpeg -lsecur32 -lportablexdr `'$(TARGET)-pkg-config' --libs openssl libtiff-4`"
- $($(PKG)_MAKE)
-endef
-
define $(PKG)_BUILD_x86_64-w64-mingw32
$($(PKG)_CONFIGURE) \
LIBS="-ljpeg -lsecur32 `'$(TARGET)-pkg-config' --libs openssl libtiff-4`"
@@ -108,5 +100,4 @@ define $(PKG)_BUILD_i686-w64-mingw32
$($(PKG)_MAKE)
endef
-$(PKG)_BUILD_i686-w64-mingw32.shared =
-$(PKG)_BUILD_x86_64-w64-mingw32.shared =
+$(PKG)_BUILD_SHARED =