Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Compile gdal with internal libs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 26, 2020
1 parent 7783718 commit 6bd87cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/gdal/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bd87cc

Please sign in to comment.