[packages/libxml2] fix build without static libs

atler atler at pld-linux.org
Mon Nov 16 00:23:38 CET 2020


commit e8f9d9ce009a9dc5b4efff5b87e8f1466d56c62a
Author: Jan Palus <atler at pld-linux.org>
Date:   Mon Nov 16 00:22:10 2020 +0100

    fix build without static libs

 libxml2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 0a2c689..9e55697 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libxml2.git/commitdiff/e8f9d9ce009a9dc5b4efff5b87e8f1466d56c62a



More information about the pld-cvs-commit mailing list