[packages/crossfire-client] - don't enable shared libs; libcfclient library is only internal and not installed; release 2
qboosh
qboosh at pld-linux.org
Thu Mar 27 07:52:42 CET 2025
commit 5e9ef2245125133a36f7f74327d0994d461b2dd2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Mar 27 06:32:41 2025 +0100
- don't enable shared libs; libcfclient library is only internal and not installed; release 2
crossfire-client.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/crossfire-client.spec b/crossfire-client.spec
index 1ca2db2..964abf3 100644
--- a/crossfire-client.spec
+++ b/crossfire-client.spec
@@ -8,7 +8,7 @@ Summary: Crossfire client
Summary(pl.UTF-8): Klient Crossfire
Name: crossfire-client
Version: 1.75.3
-Release: 1
+Release: 2
License: GPL v2+
Group: Applications/Games
Source0: https://downloads.sourceforge.net/crossfire/%{name}-%{version}.tar.gz
@@ -101,6 +101,7 @@ cd ..
install -d build
cd build
%cmake .. \
+ -DBUILD_SHARED_LIBS=OFF \
-DLUA=ON
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossfire-client.git/commitdiff/5e9ef2245125133a36f7f74327d0994d461b2dd2
More information about the pld-cvs-commit
mailing list