summaryrefslogtreecommitdiffhomepage
path: root/patches/httpd
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
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')
-rw-r--r--patches/httpd/no-codegen.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/patches/httpd/no-codegen.patch b/patches/httpd/no-codegen.patch
new file mode 100644
index 00000000..45948b24
--- /dev/null
+++ b/patches/httpd/no-codegen.patch
@@ -0,0 +1,26 @@
+diff -ru httpd-2.4.25.orig/server/Makefile.in httpd-2.4.25/server/Makefile.in
+--- httpd-2.4.25.orig/server/Makefile.in 2013-10-02 14:20:14.000000000 +0200
++++ httpd-2.4.25/server/Makefile.in 2020-04-25 20:35:23.286880934 +0200
+@@ -16,22 +16,11 @@
+ eoc_bucket.c eor_bucket.c core_filters.c \
+ util_expr_parse.c util_expr_scan.c util_expr_eval.c
+
+-LTLIBRARY_DEPENDENCIES = test_char.h
+-
+ TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp
+
+ 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)
+-
+-test_char.h: gen_test_char
+- ./gen_test_char > test_char.h
+-
+-util.lo: test_char.h
+-
+ EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR)
+ EXPORT_DIRS_APR = $(APR_INCLUDEDIR) $(APU_INCLUDEDIR)
+