summaryrefslogtreecommitdiffstats
path: root/debian/patches/reproducible_builds.diff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 10:03:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 10:03:20 +0000
commit1ecda73aa336bdd471372110b58101f9bd23c059 (patch)
tree29af5ecf055bc027c161ceb0f02d39d41188f316 /debian/patches/reproducible_builds.diff
parentMerging upstream version 2.4.59. (diff)
downloadapache2-1ecda73aa336bdd471372110b58101f9bd23c059.tar.xz
apache2-1ecda73aa336bdd471372110b58101f9bd23c059.zip
Merging debian version 2.4.59-1~deb12u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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