summaryrefslogtreecommitdiffstats
path: root/memcached-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'memcached-build.patch')
-rw-r--r--memcached-build.patch15
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