]> git.pld-linux.org Git - packages/gdal.git/commitdiff
- disable spatialite
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Apr 2019 21:44:06 +0000 (23:44 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Apr 2019 21:44:06 +0000 (23:44 +0200)
- try enabling parallel build

gdal.spec

index 11fa2fae33bb3e84a9017a97b28ac0bcccde160e..b3d1678585c5bbda14dafb8ff8ba874669a21829 100644 (file)
--- 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"}
 
This page took 0.079626 seconds and 4 git commands to generate.