Blame patches/httpd/no-codegen.patch

618a8c
diff -ru httpd-2.4.25.orig/server/Makefile.in httpd-2.4.25/server/Makefile.in
618a8c
--- httpd-2.4.25.orig/server/Makefile.in	2013-10-02 14:20:14.000000000 +0200
618a8c
+++ httpd-2.4.25/server/Makefile.in	2020-04-25 20:35:23.286880934 +0200
618a8c
@@ -16,22 +16,11 @@
618a8c
 	eoc_bucket.c eor_bucket.c core_filters.c \
618a8c
 	util_expr_parse.c util_expr_scan.c util_expr_eval.c
618a8c
 
618a8c
-LTLIBRARY_DEPENDENCIES = test_char.h
618a8c
-
618a8c
 TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp
618a8c
 
618a8c
 include $(top_builddir)/build/rules.mk
618a8c
 include $(top_srcdir)/build/library.mk
618a8c
 
618a8c
-gen_test_char_OBJECTS = gen_test_char.lo
618a8c
-gen_test_char: $(gen_test_char_OBJECTS)
618a8c
-	$(LINK) $(EXTRA_LDFLAGS) $(gen_test_char_OBJECTS) $(EXTRA_LIBS)
618a8c
-
618a8c
-test_char.h: gen_test_char
618a8c
-	./gen_test_char > test_char.h
618a8c
-
618a8c
-util.lo: test_char.h
618a8c
-
618a8c
 EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR)
618a8c
 EXPORT_DIRS_APR = $(APR_INCLUDEDIR) $(APU_INCLUDEDIR)
618a8c