davfs2: fix compilation with newer neon 12097/head
authorRosen Penev <rosenp@gmail.com>
Wed, 6 May 2020 03:13:40 +0000 (20:13 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 6 May 2020 21:28:13 +0000 (14:28 -0700)
Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/davfs2/Makefile
net/davfs2/patches/020-neon.patch [new file with mode: 0644]

index 18b7969adc3614a5ebdce69b82d7d3c75823c577..0fc2580e06cf950702445eec242ef5b7799048f5 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=davfs2
 PKG_VERSION:=1.5.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SAVANNAH/davfs2
diff --git a/net/davfs2/patches/020-neon.patch b/net/davfs2/patches/020-neon.patch
new file mode 100644 (file)
index 0000000..e46be6a
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -36,7 +36,7 @@ AC_PROG_LN_S
+ # Checks for libraries.
+ AM_GNU_GETTEXT_VERSION(0.18.1)
+ AM_GNU_GETTEXT([external])
+-NE_REQUIRE_VERSIONS([0], [27 28 29 30])
++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31])
+ DAV_CHECK_NEON
+ # Checks for header files.