diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-19 07:45:43 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-19 07:45:43 +0200 |
| commit | c8247c3ea510d2aca1ddb8847b530c78421a43d0 (patch) | |
| tree | 172c0f5faf400359d18f9476c94e9e9cc7c78c96 /memcached-build.patch | |
| parent | 44393196f46c37e3127e079c5a84d717b63a3bed (diff) | |
Diffstat (limited to 'memcached-build.patch')
| -rw-r--r-- | memcached-build.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/memcached-build.patch b/memcached-build.patch index 43f6273..09f619b 100644 --- a/memcached-build.patch +++ b/memcached-build.patch @@ -1,16 +1,17 @@ -diff -up vendor/Makefile.old vendor/Makefile ---- vendor/Makefile.old 2024-01-10 15:37:23.308921592 +0100 -+++ vendor/Makefile 2024-01-10 15:37:45.820751910 +0100 -@@ -1,5 +1,5 @@ +diff -up ./vendor/Makefile.fixbuild ./vendor/Makefile +--- ./vendor/Makefile.fixbuild 2026-05-19 00:12:18.000000000 +0200 ++++ ./vendor/Makefile 2026-05-19 07:32:35.225911382 +0200 +@@ -1,6 +1,6 @@ all: + @if [ ! -f lua/Makefile ]; then echo "Missing lua application, run $(CURDIR)/fetch.sh script to download it"; exit 1; fi - cd lua && $(MAKE) all MYCFLAGS="-g" && cd .. + cd lua && $(MAKE) all MYCFLAGS="@CFLAGS@" && cd .. clean: cd lua && $(MAKE) clean && cd .. -diff -up vendor/mcmc/Makefile.old vendor/mcmc/Makefile ---- vendor/mcmc/Makefile.old 2024-01-10 15:43:11.777774397 +0100 -+++ vendor/mcmc/Makefile 2024-01-10 15:46:09.679336049 +0100 +diff -up ./vendor/mcmc/Makefile.fixbuild ./vendor/mcmc/Makefile +--- ./vendor/mcmc/Makefile.fixbuild 2023-03-13 19:25:16.000000000 +0100 ++++ ./vendor/mcmc/Makefile 2026-05-19 07:31:24.938617499 +0200 @@ -1,9 +1,10 @@ # gcc -g -Wall -Werror -pedantic -o example example.c mcmc.c PREFIX=/usr/local |
