summaryrefslogtreecommitdiffstats
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.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache22/files/extra-patch-server_buildmark.c b/www/apache22/files/extra-patch-server_buildmark.c
new file mode 100644
index 0000000..a39774d
--- /dev/null
+++ b/www/apache22/files/extra-patch-server_buildmark.c
@@ -0,0 +1,15 @@
+# disable build time stamp in favor of reproducible build
+# except building with DEBUG
+==============================================================
+--- server/buildmark.c.orig 2016-07-03 16:09:18 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
OpenPOWER on IntegriCloud