[packages/babl] don't create static archive when building without static libs
atler
atler at pld-linux.org
Fri Mar 1 21:24:45 CET 2024
commit eea58eef43c092b91ae1a0456cdea16ba5cb6512
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Mar 1 21:07:47 2024 +0100
don't create static archive when building without static libs
babl.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/babl.spec b/babl.spec
index 9d64a1e..5c5dafb 100644
--- a/babl.spec
+++ b/babl.spec
@@ -111,6 +111,7 @@ Dokumentacja API biblioteki babl.
%build
%meson build \
+ %{!?with_static_libs:--default-library=shared} \
%{!?with_mmx:-Denable-mmx=false} \
%{!?with_sse:-Denable-sse=false} \
%{!?with_sse2:-Denable-sse2=false} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/babl.git/commitdiff/676700708edfc274f85e2a64b4260a56a9f44769
More information about the pld-cvs-commit
mailing list