]> git.pld-linux.org Git - packages/botan2.git/commitdiff
don't create static lib when building without static_libs
authorJan Palus <atler@pld-linux.org>
Sun, 5 May 2024 08:15:44 +0000 (10:15 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 5 May 2024 08:15:44 +0000 (10:15 +0200)
botan2.spec

index 1a2994f27f9e5e76b906bead96391392a737f778..0afe7c2e25b926c84c71a2457784b31d89fcd3b5 100644 (file)
@@ -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}
This page took 0.112661 seconds and 4 git commands to generate.