From cd21bbbe2f039af4bcd78149dac0755e80474e55 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 7 Feb 2019 17:10:40 +0300 Subject: [PATCH] =?UTF-8?q?ogdi:rebuild=20=C3=A7ak=C4=B1=C5=9Fma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- science/gis/ogdi/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")