summaryrefslogtreecommitdiffstats
path: root/src/gdal.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2011-03-03 15:49:45 (GMT)
committerTony Theodore <tonyt@logyst.com>2011-03-03 15:49:45 (GMT)
commit01469cf7b16fbce4435eeb20cdbdef7301bc35dc (patch)
tree5c3e9e3a7aedc5b8c816a5fd01c2c4a0c8dc1ca2 /src/gdal.mk
parent2a8184f58a5c3301725c92e58cf16daa6119dd00 (diff)
downloadmxe-01469cf7b16fbce4435eeb20cdbdef7301bc35dc.zip
mxe-01469cf7b16fbce4435eeb20cdbdef7301bc35dc.tar.gz
mxe-01469cf7b16fbce4435eeb20cdbdef7301bc35dc.tar.bz2
package gdal: libpng15 breaks build - use internal version
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 ad1c599..ebe3912 100644
--- a/src/gdal.mk
+++ b/src/gdal.mk
@@ -34,7 +34,7 @@ define $(PKG)_BUILD
--with-pam \
--without-threads \
--with-libz='$(PREFIX)/$(TARGET)' \
- --with-png='$(PREFIX)/$(TARGET)' \
+ --with-png=internal \
--with-libtiff='$(PREFIX)/$(TARGET)' \
--with-geotiff='$(PREFIX)/$(TARGET)' \
--with-jpeg='$(PREFIX)/$(TARGET)' \