[packages/lizardfs] BUILD_SHARED_LIBS=FALSE, lizardfs 3.9.4 build scripts seem be written to use static linking.

matkor matkor at pld-linux.org
Sun Jun 26 17:34:54 CEST 2016


commit 2d1818e191f27c3586523d4f0b76aa8ee411272b
Author: Mateusz Korniak <matkor at pld-linux.org>
Date:   Sun Jun 26 17:34:45 2016 +0200

    BUILD_SHARED_LIBS=FALSE, lizardfs 3.9.4 build scripts seem be written to use static linking.

 lizardfs.spec | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/lizardfs.spec b/lizardfs.spec
index ba5b0bf..ef5a69a 100644
--- a/lizardfs.spec
+++ b/lizardfs.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lizardfs.git/commitdiff/2d1818e191f27c3586523d4f0b76aa8ee411272b



More information about the pld-cvs-commit mailing list