diff --git a/science/gis/ogdi/actions.py b/science/gis/ogdi/actions.py index d1e84cdfb4..8713f8c2f9 100644 --- a/science/gis/ogdi/actions.py +++ b/science/gis/ogdi/actions.py @@ -23,7 +23,7 @@ def build(): shelltools.export("TARGET", "Linux") shelltools.export("CFG", "release") autotools.make("-j1") - autotools.make("-C contrib/gdal") + #autotools.make("-C contrib/gdal") def install(): pisitools.dolib_so("bin/Linux/*.so")