summaryrefslogtreecommitdiffstats
path: root/php-8.1-opt
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
committerlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
commitd4381312a8a1eb308760656ab484e9520f13cbe5 (patch)
treeca1cac8912dc61ae8b075338cf7c983914b643de /php-8.1-opt
parent8ff9dc0290e58ed6bd8286e1de868f627be7f71d (diff)
disable python in libxml2
Diffstat (limited to 'php-8.1-opt')
-rw-r--r--php-8.1-opt/build.Dockerfile2
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.debbin52860 -> 52864 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.debbin11069024 -> 11068956 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.debbin128384 -> 128386 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.debbin4279114 -> 4279118 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.debbin711012 -> 710998 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.debbin600696 -> 600686 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.debbin1171276 -> 1171246 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.debbin6842648 -> 6842836 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.debbin348478 -> 348452 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.debbin49500 -> 49498 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.debbin922656 -> 922656 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.debbin6774856 -> 6774596 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.debbin211004 -> 211004 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.debbin19861990 -> 19861962 bytes
15 files changed, 1 insertions, 1 deletions
diff --git a/php-8.1-opt/build.Dockerfile b/php-8.1-opt/build.Dockerfile
index 54de090..121e1fa 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 \
+ && ./autogen.sh --prefix=$DEP_PREFIX --disable-python \
&& make \
&& make install \
&& checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
diff --git a/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
index 119db7e..1f91575 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
index ea71179..50166e4 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
index 4602480..9850026 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
index fb080e2..6363502 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
index 01f624a..d0b181e 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
index daad6d2..1e915fd 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
index 682df42..cdd0626 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb
index 6a8934d..d8273b8 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
index c9f087f..d115a88 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
index 67ee50c..6d939dc 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
index 2a93a61..d029007 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
index c33b4a4..09f787b 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
index 817d745..2ce8369 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
index f2083ba..b0eebe6 100644
--- a/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
Binary files differ