Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch')
-rw-r--r--extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch b/extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch
new file mode 100644
index 00000000..a50e9fed
--- /dev/null
+++ b/extra/apr/apr-1.7.0-no-explicit-confdefs-uint64-probing.patch
@@ -0,0 +1,15 @@
+diff -rauN apr-1.7.0/build/apr_common.m4 apr-1.7.0-no-explicit-confdefs-uint64-probing-patch/build/apr_common.m4
+--- apr-1.7.0/build/apr_common.m4 2022-08-18 09:25:07.178587001 +0200
++++ apr-1.7.0-no-explicit-confdefs-uint64-probing-patch/build/apr_common.m4 2022-08-18 09:19:29.618091904 +0200
+@@ -505,10 +505,7 @@
+ fi
+ AC_COMPILE_IFELSE(
+ [AC_LANG_SOURCE(
+- [
+-#ifndef PACKAGE_NAME
+-#include "confdefs.h"
+-#endif
++ [#include "confdefs.h"
+ ]
+ [[$1]]
+ [int main(int argc, const char *const *argv) {]