diff --git a/recipes/gdal/recipe.sh b/recipes/gdal/recipe.sh index 261585b..1853155 100644 --- a/recipes/gdal/recipe.sh +++ b/recipes/gdal/recipe.sh @@ -59,7 +59,10 @@ function build_gdal() { --with-geos=$STAGE_PATH/bin/geos-config \ --with-pg=no \ --with-expat=$STAGE_PATH \ - --with-openjpeg=$STAGE_PATH + --with-openjpeg=$STAGE_PATH \ + --with-jpeg=internal \ + --with-libtiff=internal \ + --with-geotiff=internal try $MAKESMP try $MAKESMP install &> install.log pop_arm