From 45593023ef6f9a1969d5873d00ee916c9e49f564 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 2 Apr 2019 23:44:06 +0200 Subject: [PATCH] - disable spatialite - try enabling parallel build --- gdal.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index 11fa2fa..b3d1678 100644 --- a/gdal.spec +++ b/gdal.spec @@ -39,7 +39,7 @@ %bcond_with podofo # PDF support via podofo instead of poppler %bcond_without poppler # PDF support via poppler %bcond_with rasdaman # Rasdaman support -%bcond_without spatialite # SpatiaLite support +%bcond_with spatialite # SpatiaLite support %bcond_without xerces # Xerces support %bcond_without java # Java and MDB support @@ -334,7 +334,7 @@ jvm_arch=x32 # regenerate where needed %{__make} -j1 -C swig/perl generate -%{__make} -j1 \ +%{__make} \ %{?with_grass:GRASS_INCLUDE="-I/usr/include/grass64"} \ %{?with_fyba:SOSI_INC="-I/usr/include/fyba"} -- 2.44.0