aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-06-05 13:08:10 +0000
committerAndy Postnikov <apostnikov@gmail.com>2023-06-05 15:42:25 +0000
commitf4ade53fefce3b7fbf6680239427438c0d0a75a9 (patch)
tree1a941994af42e9712148eba3c51d02ef346c69f5
parent909a25925449f3f3efc06e5be3133a8722713ab7 (diff)
testing/php8: disable passing an extra rpath
see prior commit
-rw-r--r--testing/php8/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/php8/APKBUILD b/testing/php8/APKBUILD
index 3cbd79c7bfb..d056f4436cc 100644
--- a/testing/php8/APKBUILD
+++ b/testing/php8/APKBUILD
@@ -26,7 +26,7 @@
pkgname=php8
_pkgreal=php
pkgver=8.0.28
-pkgrel=3
+pkgrel=4
_apiver=20200930
_suffix=${pkgname#php}
# Is this package the default (latest) PHP version?
@@ -265,6 +265,7 @@ _build() {
--with-pic \
--with-config-file-path=/etc/$pkgname \
--with-config-file-scan-dir=$_extension_confd \
+ --disable-rpath \
--disable-short-tags \
\
--enable-bcmath=shared \