summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2024-07-07 22:53:51 +0200
committerØrjan Malde <red@foxi.me>2024-07-07 22:54:32 +0200
commit1faf39396460bbe31dc1b54ca829492e17d4ab2d (patch)
tree5155d63b86ea5ee285f0df010ada1f010e29819a
parent6ecff4c8c5fb9801b7641f3c0774236489bc4a86 (diff)
downloadmidipix_build-1faf39396460bbe31dc1b54ca829492e17d4ab2d.tar.bz2
midipix_build-1faf39396460bbe31dc1b54ca829492e17d4ab2d.tar.xz
patches/lighttpd-1.4.76.local.patch: drop obsolete patch
Signed-off-by: Ørjan Malde <red@foxi.me>
-rw-r--r--patches/lighttpd-1.4.76.local.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/lighttpd-1.4.76.local.patch b/patches/lighttpd-1.4.76.local.patch
deleted file mode 100644
index 50a2ce94..00000000
--- a/patches/lighttpd-1.4.76.local.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- lighttpd-1.4.45/src/network.c.orig 2017-01-14 05:05:17.000000000 +0000
-+++ lighttpd-1.4.45/src/network.c 2018-02-17 20:39:33.920000000 +0000
-@@ -53,6 +53,7 @@
- void
- network_accept_tcp_nagle_disable (const int fd)
- {
-+#ifndef __midipix__
- static int noinherit_tcpnodelay = -1;
- int opt;
-
-@@ -70,6 +71,7 @@
-
- opt = 1;
- (void)setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof(opt));
-+#endif
- }
-
- static handler_t network_server_handle_fdevent(server *srv, void *context, int revents) {