[packages/botan2] don't create static lib when building without static_libs
atler
atler at pld-linux.org
Sun May 5 10:51:40 CEST 2024
commit aee3e9563c35d3f3124a94ef9910bcd427a98f7a
Author: Jan Palus <atler at pld-linux.org>
Date: Sun May 5 10:15:44 2024 +0200
don't create static lib when building without static_libs
botan2.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/botan2.spec b/botan2.spec
index 1a2994f..0afe7c2 100644
--- a/botan2.spec
+++ b/botan2.spec
@@ -147,6 +147,7 @@ Wiązanie Pythona 3.x do biblioteki Botan.
--cc=gcc \
--os=linux \
--cpu=%{_arch} \
+ %{!?with_static_libs:--disable-static-library} \
--enable-modules=%{enable_modules} \
--disable-modules=%{disable_modules} \
%if %{with python2}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/botan2.git/commitdiff/3ca424be00fa0d12a601242f88e4b89cbd3d6b73
More information about the pld-cvs-commit
mailing list