davfs2-1.7.0-newer-neon.patch and add compatibility to libneon 0.34. OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=38
14 lines
428 B
Diff
14 lines
428 B
Diff
Index: davfs2-1.7.0/configure.ac
|
|
===================================================================
|
|
--- davfs2-1.7.0.orig/configure.ac
|
|
+++ davfs2-1.7.0/configure.ac
|
|
@@ -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 34])
|
|
DAV_CHECK_NEON
|
|
|
|
# Checks for header files.
|