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 8874edfb..3f03df30 100644 --- a/g/GDAL/GDAL-2.3.2-Py-2.7.eb +++ b/g/GDAL/GDAL-2.3.2-Py-2.7.eb @@ -16,7 +16,6 @@ toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'} source_urls = ['http://download.osgeo.org/gdal/%(version)s/'] sources = [SOURCELOWER_TAR_XZ] -#patches = ['GDAL-%(version)s_fix-uchar-definition.patch'] dependencies = [ ('Py', '2.7', '', True), @@ -39,7 +38,7 @@ configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-conf configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER' configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python' -modextrapaths = {'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages'} +modextrapaths = {'PYTHONPATH': 'lib/python2.7/site-packages'} sanity_check_paths = { 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT],