summaryrefslogtreecommitdiffstats
path: root/debian/patches/reproducible_builds.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 13:43:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 13:43:02 +0000
commitfdf532b1ed005481d9fc9a49ed2bf3f9d29db64d (patch)
tree380619f479f5eb58405b52500266132dbda8f95c /debian/patches/reproducible_builds.diff
parentMerging upstream version 2.4.59. (diff)
downloadapache2-fdf532b1ed005481d9fc9a49ed2bf3f9d29db64d.tar.xz
apache2-fdf532b1ed005481d9fc9a49ed2bf3f9d29db64d.zip
Merging debian version 2.4.59-1~deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/reproducible_builds.diff')
-rw-r--r--debian/patches/reproducible_builds.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/reproducible_builds.diff b/debian/patches/reproducible_builds.diff
index 36f71e2..8f48922 100644
--- a/debian/patches/reproducible_builds.diff
+++ b/debian/patches/reproducible_builds.diff
@@ -18,7 +18,7 @@ Last-Update: 2015-08-11
-#endif
+static const char server_built[] = BUILD_DATETIME;
- AP_DECLARE(const char *) ap_get_server_built()
+ AP_DECLARE(const char *) ap_get_server_built(void)
{
--- a/server/Makefile.in
+++ b/server/Makefile.in