summaryrefslogtreecommitdiff
path: root/www/apache22/files/extra-patch-server_buildmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache22/files/extra-patch-server_buildmark.c')
-rw-r--r--www/apache22/files/extra-patch-server_buildmark.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/apache22/files/extra-patch-server_buildmark.c b/www/apache22/files/extra-patch-server_buildmark.c
deleted file mode 100644
index c5ad04131f18..000000000000
--- a/www/apache22/files/extra-patch-server_buildmark.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- server/buildmark.c.orig 2017-06-09 18:42:01 UTC
-+++ server/buildmark.c
-@@ -17,6 +17,9 @@
- #include "ap_config.h"
- #include "httpd.h"
-
-+/* Allow Reproducible build, do not include build time information */
-+#undef __DATE__
-+
- #if defined(__DATE__) && defined(__TIME__)
- static const char server_built[] = __DATE__ " " __TIME__;
- #else