]> git.pld-linux.org Git - packages/libxml2.git/commitdiff
fix build without static libs
authorJan Palus <atler@pld-linux.org>
Sun, 15 Nov 2020 23:22:10 +0000 (00:22 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 15 Nov 2020 23:22:10 +0000 (00:22 +0100)
libxml2.spec

index 0a2c68932c2688765ac9527ed2532988a79e55d5..9e5569779bba739863b7ec6022a6320d4d889c28 100644 (file)
@@ -199,7 +199,7 @@ do biblioteki libxml2.
 %{__automake}
 %configure \
        --disable-silent-rules \
-       %{!?with_static_libs:--disable-static=no} \
+       %{!?with_static_libs:--disable-static} \
        --without-python \
        %{!?with_zlib:--without-zlib} \
        --with-lzma \
This page took 0.27427 seconds and 4 git commands to generate.