summaryrefslogtreecommitdiffstats
path: root/debian/patches/fix_db53_detechtion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix_db53_detechtion.patch')
-rw-r--r--debian/patches/fix_db53_detechtion.patch11
1 files changed, 11 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;
+