changeset 1617:07553b8df017

package gdal: libpng15 breaks build - use internal version
author Tony Theodore <tonyt@logyst.com>
date Fri, 04 Mar 2011 02:49:45 +1100
parents b0b1483439e7
children b1627ab23054
files src/gdal.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gdal.mk	Fri Mar 04 02:38:27 2011 +1100
+++ b/src/gdal.mk	Fri Mar 04 02:49:45 2011 +1100
@@ -34,7 +34,7 @@
         --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)' \