[libxml2] configure.ac: disable static libraries by default



commit dff686883c8a1cb1294d7ddc3190d3ad29ebd1f8
Author: David Seifert <soap gentoo org>
Date:   Wed Mar 30 16:51:16 2022 +0200

    configure.ac: disable static libraries by default

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/configure.ac b/configure.ac
index 0baf0e7f..01108a51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,7 @@ AC_PATH_PROG(XMLLINT, xmllint, /usr/bin/xmllint)
 AC_PATH_PROG(XSLTPROC, xsltproc, /usr/bin/xsltproc)
 PKG_PROG_PKG_CONFIG
 
-LT_INIT
+LT_INIT([disable-static])
 
 dnl
 dnl if the system support linker version scripts for symbol versioning


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]