diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-23 16:32:33 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-23 18:37:57 +0200 |
commit | 7aab4eddd04e4b26986903680b28dce2de0f4db0 (patch) | |
tree | 6b25377ad2df7f8d42e5880a3f88a309668e7b02 /gnu/local.mk | |
parent | 8f2be58833d6229576719e1c3578919ec873807e (diff) | |
download | guix-7aab4eddd04e4b26986903680b28dce2de0f4db0.tar.gz |
gnu: PHP: Fix test failure with newer cURL.
* gnu/packages/patches/php-curl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/php.scm (php)[source](patches): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 9dd87d2e88..0c4edf6e56 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1631,7 +1631,8 @@ dist_patch_DATA = \ %D%/packages/patches/perl-www-curl-fix-struct-void.patch \ %D%/packages/patches/perl-www-curl-remove-symbol.patch \ %D%/packages/patches/phoronix-test-suite-fsdg.patch \ - %D%/packages/patches/php-bug-74093-test.patch \ + %D%/packages/patches/php-bug-74093-test.patch \ + %D%/packages/patches/php-curl-compat.patch \ %D%/packages/patches/picard-fix-id3-rename-test.patch \ %D%/packages/patches/picprog-non-intel-support.patch \ %D%/packages/patches/pidgin-add-search-path.patch \ |