From 6bd87ccd882b9551e3f0fa95f687d3e019992ad3 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 26 Nov 2020 07:05:55 +0100 Subject: [PATCH] Compile gdal with internal libs --- recipes/gdal/recipe.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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