summaryrefslogtreecommitdiff
path: root/package/davfs2/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:11:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-22 14:19:08 +0100
commit7720939c7536512be82434a2a2cb09190e79cb33 (patch)
treef73285ab27a997a899d22c9b53d5d2e2991b6285 /package/davfs2/patches/patch-configure_ac
parentb7dd856ad007974ce1a37994648f5f508e5c92a5 (diff)
davfs2: update to 1.7.0, disable uClibc-ng (no fstab.h)
Diffstat (limited to 'package/davfs2/patches/patch-configure_ac')
-rw-r--r--package/davfs2/patches/patch-configure_ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/davfs2/patches/patch-configure_ac b/package/davfs2/patches/patch-configure_ac
new file mode 100644
index 000000000..c07fcf365
--- /dev/null
+++ b/package/davfs2/patches/patch-configure_ac
@@ -0,0 +1,11 @@
+--- davfs2-1.7.0.orig/configure.ac 2022-09-08 22:17:15.000000000 +0200
++++ davfs2-1.7.0/configure.ac 2024-02-22 09:55:30.529042778 +0100
+@@ -36,7 +36,7 @@ AC_PROG_LN_S
+ # Checks for libraries.
+ AM_GNU_GETTEXT_VERSION(0.19.8)
+ AM_GNU_GETTEXT([external])
+-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
+ DAV_CHECK_NEON
+
+ # Checks for header files.