]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libxml2: Disable building against Python 2
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Feb 2023 12:52:08 +0000 (12:52 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 25 Feb 2023 12:52:08 +0000 (12:52 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libxml2/libxml2.nm

index b4bc822f77953c2736dee8b348d8a265c53f5b88..24d27aa13e16d91a75ad90fc8e1e56e8eae5fed2 100644 (file)
@@ -6,7 +6,7 @@
 name       = libxml2
 version    = %{ver_maj}.3
 ver_maj    = 2.10
-release    = 1
+release    = 2
 
 groups     = System/Libraries
 url        = https://xmlsoft.org/
@@ -33,6 +33,9 @@ build
                pkg-config
                zlib-devel
        end
+
+       configure_options += \
+               --without-python
 end
 
 packages