diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 11:54:37 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 18:29:38 +0200 |
commit | c0b9892033cb566ec6a0c6d0fe5ce4b97c4c88de (patch) | |
tree | d492c87afa7175e6c8eee0669fcb4df1aa223c27 /archivers/php85-phar/files/patch-config.m4 | |
parent | security/kanidm: Update version 1.6.1=>1.6.2 (diff) |
*/*php85*: Sunrise
Please DO NOT use this version in production, it is an early test
version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.5.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.5.0alpha1/NEWS
Diffstat (limited to 'archivers/php85-phar/files/patch-config.m4')
-rw-r--r-- | archivers/php85-phar/files/patch-config.m4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/php85-phar/files/patch-config.m4 b/archivers/php85-phar/files/patch-config.m4 new file mode 100644 index 000000000000..13ba9cf818b4 --- /dev/null +++ b/archivers/php85-phar/files/patch-config.m4 @@ -0,0 +1,11 @@ +--- config.m4.orig 2025-07-01 21:58:05 UTC ++++ config.m4 +@@ -32,8 +32,4 @@ if test "$PHP_PHAR" != "no"; then + PHP_ADD_EXTENSION_DEP(phar, spl) + PHP_ADD_MAKEFILE_FRAGMENT + +- AC_CONFIG_FILES([ +- $ext_dir/phar.1 +- $ext_dir/phar.phar.1 +- ]) + fi |