Dirk Mueller
daa2badecc
fix build with neon 33 OBS-URL: https://build.opensuse.org/request/show/1175564 OBS-URL: https://build.opensuse.org/package/show/filesystems/davfs2?expand=0&rev=36
14 lines
425 B
Diff
14 lines
425 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])
|
|
DAV_CHECK_NEON
|
|
|
|
# Checks for header files.
|