summaryrefslogtreecommitdiffhomepage
path: root/patches/httpd-2.4.25.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-04-25 21:32:42 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-04-26 08:35:11 +0100
commit618a8c72b85e0f6ce05fb688a52d747140b1a01e (patch)
tree45b60af9e1328d65d10efdf3c799e348f350927b /patches/httpd-2.4.25.local.patch
parent1317e273a40c897b9a5613dddb91d50f19365d97 (diff)
downloadmidipix_build-618a8c72b85e0f6ce05fb688a52d747140b1a01e.tar.bz2
midipix_build-618a8c72b85e0f6ce05fb688a52d747140b1a01e.tar.xz
httpd: modules failing to build, WIP 2.
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/httpd-2.4.25.local.patch')
-rw-r--r--patches/httpd-2.4.25.local.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/patches/httpd-2.4.25.local.patch b/patches/httpd-2.4.25.local.patch
index 32b5abfb..6e76d75f 100644
--- a/patches/httpd-2.4.25.local.patch
+++ b/patches/httpd-2.4.25.local.patch
@@ -60,19 +60,3 @@ diff -ru --new-file httpd-2.4.25.orig/server/test_char.h httpd-2.4.25/server/tes
+ 0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e,0x17e
+};
---- httpd-2.4.25/server/Makefile.in.orig 2013-10-02 12:20:14.000000000 +0000
-+++ httpd-2.4.25/server/Makefile.in 2017-02-02 23:55:21.521675844 +0000
-@@ -23,10 +23,10 @@
- include $(top_builddir)/build/rules.mk
- include $(top_srcdir)/build/library.mk
-
--gen_test_char_OBJECTS = gen_test_char.lo
--gen_test_char: $(gen_test_char_OBJECTS)
-- $(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
-+gen_test_char: gen_test_char.o
-+ gcc -I$(shell x86_64-nt64-midipix-apr-1-config --includedir) -o $@ $<
-
-+#If this file is missing, you're doing something wrong...
- test_char.h: gen_test_char
- ./gen_test_char > test_char.h
-