summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-09-16 20:49:35 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-09-16 20:49:35 (GMT)
commit145718ca17f760daa8e333f8cebbab235e4ef382 (patch)
treede9685c015fcaaaed7e2e27efec7c1e109b3d6b8 /src/gdal.mk
parent6dda14dd0b3a2c18f2869aaf0eb47d9c8ddc84ef (diff)
downloadmxe-145718ca17f760daa8e333f8cebbab235e4ef382.zip
mxe-145718ca17f760daa8e333f8cebbab235e4ef382.tar.gz
mxe-145718ca17f760daa8e333f8cebbab235e4ef382.tar.bz2
fix gdal build on Debian Wheezy
close #862
Diffstat (limited to 'src/gdal.mk')
-rw-r--r--src/gdal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdal.mk b/src/gdal.mk
index a769e9b..422d928 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -20,7 +20,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoreconf -fi
+ cd '$(1)' && autoreconf -fi -I ./m4
# The option '--without-threads' means native win32 threading without pthread.
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \