From 19a31b508d7818c91dadc3f0585d8c76548c4a9e Mon Sep 17 00:00:00 2001 From: lookshe Date: Thu, 31 Mar 2022 21:36:27 +0200 Subject: disable python for libxml2 --- php-8.1-opt/build.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php-8.1-opt/build.Dockerfile') diff --git a/php-8.1-opt/build.Dockerfile b/php-8.1-opt/build.Dockerfile index 121e1fa..cb01b89 100644 --- a/php-8.1-opt/build.Dockerfile +++ b/php-8.1-opt/build.Dockerfile @@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \ RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz RUN tar xzf libxml2-v2.9.10.tar.gz RUN cd libxml2-v2.9.10 \ - && ./autogen.sh --prefix=$DEP_PREFIX --disable-python \ + && ./autogen.sh --prefix=$DEP_PREFIX --without-python \ && make \ && make install \ && checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10 -- cgit v1.2.3