[packages/corosync] add static_libs bcond

atler atler at pld-linux.org
Thu Dec 28 22:15:17 CET 2023


commit 4fe25a8f13dd48011bbc9f9993e402a7cdc27a43
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Dec 28 22:14:40 2023 +0100

    add static_libs bcond

 corosync.spec | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/corosync.spec b/corosync.spec
index a8a5aa1..39a140d 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -12,6 +12,7 @@
 %bcond_without	qnetd		# Quorum Net Daemon support
 %bcond_without	xmlconf		# XML configuration support
 %bcond_without	libcgroup	# libcgroup support
+%bcond_without	static_libs	# static libraries
 #
 Summary:	Corosync - OSI Certified implementation of a complete cluster engine
 Summary(pl.UTF-8):	Corosync - implementacja silnika klastrowego certyfikowana przez OSI
@@ -143,6 +144,7 @@ Dane SNMP MIB dla Corosync.
 %{__automake}
 %configure \
 	BASHPATH=/bin/bash \
+	%{__enable_disable static_libs static} \
 	%{?with_augeas:--enable-augeas} \
 	%{?with_dbus:--enable-dbus} \
 	%{?with_libcgroup:--enable-libcgroup} \
@@ -360,6 +362,7 @@ fi
 %{_mandir}/man3/sam_*.3*
 %{_mandir}/man3/votequorum_*.3*
 
+%if %{with static_libs}
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libcfg.a
@@ -370,6 +373,7 @@ fi
 %{_libdir}/libquorum.a
 %{_libdir}/libtotem_pg.a
 %{_libdir}/libvotequorum.a
+%endif
 
 %if %{with testagents}
 %files testagents
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/4fe25a8f13dd48011bbc9f9993e402a7cdc27a43



More information about the pld-cvs-commit mailing list