From 7368a2033ce9e636f3721560fc38f40f12bc9680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 6 Nov 2018 12:01:07 +0100 Subject: [PATCH] modified: g/GDAL/GDAL-2.3.2-Py-2.7.eb --- g/GDAL/GDAL-2.3.2-Py-2.7.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g/GDAL/GDAL-2.3.2-Py-2.7.eb b/g/GDAL/GDAL-2.3.2-Py-2.7.eb index 3f03df30..2fbfb6e5 100644 --- a/g/GDAL/GDAL-2.3.2-Py-2.7.eb +++ b/g/GDAL/GDAL-2.3.2-Py-2.7.eb @@ -36,7 +36,7 @@ dependencies = [ configopts = '--with-expat=$EBROOTEXPAT --with-libz=$EBROOTLIBZ --with-netcdf=$EBROOTNETCDF' configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-config --with-jpeg=$EBROOTLIBJPEGMINTURBO' configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' -configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' +configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python --with-static-proj' modextrapaths = {'PYTHONPATH': 'lib/python2.7/site-packages'}