summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:12:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:12:29 +0000
commit5e75cc845a738b7d139a248d2207641d5f5cf6e4 (patch)
treea6bb6e4c5833fca5c4dd02c0a8b5285e5ee85ec0 /debian/patches
parentReleasing progress-linux version 1.6.3-2~progress7.99u1. (diff)
downloadapr-util-5e75cc845a738b7d139a248d2207641d5f5cf6e4.tar.xz
apr-util-5e75cc845a738b7d139a248d2207641d5f5cf6e4.zip
Merging debian version 1.6.3-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/fix_db53_detechtion.patch11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/fix_db53_detechtion.patch b/debian/patches/fix_db53_detechtion.patch
new file mode 100644
index 0000000..ce176a4
--- /dev/null
+++ b/debian/patches/fix_db53_detechtion.patch
@@ -0,0 +1,11 @@
+--- apr-util.orig/build/dbm.m4
++++ apr-util/build/dbm.m4
+@@ -235,7 +235,7 @@ AC_DEFUN([APU_TRY_BERKELEY_DB],
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <$apu_try_berkeley_db_header>
+-main ()
++int main (void)
+ {
+ int major, minor, patch;
+
diff --git a/debian/patches/series b/debian/patches/series
index 35fd85d..2ab879b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ avoid_db_by-default.patch
test_verbose
fix_doxygen_inputdir
doxygen_no_ful_path_names.patch
+fix_db53_detechtion.patch