gdal: fix maybe?

This commit is contained in:
Christoph Reiter
2021-03-13 16:23:55 +01:00
committed by GitHub
parent e741a94198
commit 1a648659c3

View File

@@ -73,6 +73,7 @@ prepare() {
# bug: http://osgeo-org.1560.x6.nabble.com/gdal-dev-jpeg2000-jasper-error-compiling-gdal-2-1-from-git-release-branch-td5299100.html
sed -i -e 's@uchar@unsigned char@' frmts/jpeg2000/jpeg2000_vsil_io.cpp
touch config.rpath
./autogen.sh
}