]> git.pld-linux.org Git - packages/lizardfs.git/commitdiff
BUILD_SHARED_LIBS=FALSE, lizardfs 3.9.4 build scripts seem be written to use static...
authorMateusz Korniak <matkor@pld-linux.org>
Sun, 26 Jun 2016 15:34:45 +0000 (17:34 +0200)
committerMateusz Korniak <matkor@pld-linux.org>
Sun, 26 Jun 2016 15:34:45 +0000 (17:34 +0200)
lizardfs.spec

index ba5b0bf613a60667d44555dd62ba4709122ef4b1..ef5a69a00b885535342377aed48d74f039fed559 100644 (file)
@@ -9,7 +9,7 @@ Summary:        Open Source Distributed File System
 Summary(pl.UTF-8):     Rozporoszony system plików Open Source
 Name:          lizardfs
 Version:       3.9.4
-Release:       0.2
+Release:       0.3
 License:       GPL v3
 Group:         Applications
 Source0:       https://github.com/lizardfs/lizardfs/archive/v.%{version}.tar.gz
@@ -87,7 +87,9 @@ CGI server
 %build
 install -d build
 cd build
-%cmake         ../
+%cmake         ../   \
+      -DBUILD_SHARED_LIBS=FALSE
+      
 %{__make}
 
 %install
This page took 0.060825 seconds and 4 git commands to generate.