summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-20 05:11:38 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-20 05:13:13 (GMT)
commit7b7db80b32a6c29f670197a4573cbcd8714fe63e (patch)
tree3446b2f0e1d6d199cd478377c8ae08e6f9976bcb
parent4a08af93b6c8d24526a77de408dde81a14136f78 (diff)
downloadmxe-7b7db80b32a6c29f670197a4573cbcd8714fe63e.zip
mxe-7b7db80b32a6c29f670197a4573cbcd8714fe63e.tar.gz
mxe-7b7db80b32a6c29f670197a4573cbcd8714fe63e.tar.bz2
gdal: Avoid $(PKG)_BUILD_SHARED
Regression from 0e39fbcb46b13d0822a5162186416611338de4f4. Fixes #535. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/gdal.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index 689b04f..f95d5e1 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -100,4 +100,7 @@ define $(PKG)_BUILD_i686-w64-mingw32
$($(PKG)_MAKE)
endef
-$(PKG)_BUILD_SHARED =
+# Can't use $(PKG)_BUILD_SHARED here as $(PKG)_BUILD_i686-w64-mingw32 has a
+# higher precedence.
+$(PKG)_BUILD_i686-w64-mingw32.shared =
+$(PKG)_BUILD_x86_64-w64-mingw32.shared =