summaryrefslogtreecommitdiffstats
path: root/debian/patches/hurd_shm_flock.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:59:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:59:59 +0000
commit0461c601575b69c90ff9011c8c5a9a76dbba59fd (patch)
tree4c81f0f42265c032222786aab3e49f9f8d813d2f /debian/patches/hurd_shm_flock.patch
parentMerging upstream version 1.7.5. (diff)
downloadapr-debian.tar.xz
apr-debian.zip
Adding debian version 1.7.5-1.debian/1.7.5-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/hurd_shm_flock.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/hurd_shm_flock.patch b/debian/patches/hurd_shm_flock.patch
index 5f1919f..bd5ea16 100644
--- a/debian/patches/hurd_shm_flock.patch
+++ b/debian/patches/hurd_shm_flock.patch
@@ -10,7 +10,7 @@ Bug: #656880
--- apr.orig/configure.in
+++ apr/configure.in
-@@ -1375,6 +1375,13 @@ case $host in
+@@ -1464,6 +1464,13 @@ case $host in
APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET_ANON)
;;
esac
@@ -24,7 +24,7 @@ Bug: #656880
APR_END_DECISION
AC_DEFINE_UNQUOTED($ac_decision)
-@@ -1452,6 +1459,13 @@ case $host in
+@@ -1548,6 +1555,13 @@ case $host in
APR_DECISION_OVERRIDE(USE_SHMEM_SHMGET)
;;
esac
@@ -38,7 +38,7 @@ Bug: #656880
APR_END_DECISION
AC_DEFINE_UNQUOTED($ac_decision)
-@@ -2511,6 +2525,12 @@ esac
+@@ -2608,6 +2622,12 @@ esac
if test "x$apr_lock_method" != "x"; then
APR_DECISION_FORCE($apr_lock_method)
fi