]> git.pld-linux.org Git - packages/libseccomp.git/commitdiff
fix build without static libs
authorJan Palus <atler@pld-linux.org>
Wed, 22 Apr 2020 08:44:28 +0000 (10:44 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 22 Apr 2020 08:44:28 +0000 (10:44 +0200)
libseccomp.spec

index 198a68927528a73b0f57dbd83712b98bc9eeb3bd..d3c276219fbee9598a0c92412259668315e7c6fd 100644 (file)
@@ -106,7 +106,7 @@ Wiązanie Pythona 3 do biblioteki seccomp.
 %build
 %configure \
        --disable-silent-rules \
-       --disable-python
+       --disable-python \
        %{!?with_static_libs:--disable-static}
 %{__make}
 
This page took 0.13631 seconds and 4 git commands to generate.