davfs2: update to 1.6.0
This commit is contained in:
parent
dcf5cc1fcc
commit
0bb3e70690
|
@ -1,5 +1,5 @@
|
|||
--- configure.ac.orig 2020-04-02 12:05:25.019234433 +0200
|
||||
+++ configure.ac 2020-04-02 12:06:27.138863342 +0200
|
||||
--- configure.ac
|
||||
+++ configure.ac
|
||||
@@ -42,7 +42,7 @@ DAV_CHECK_NEON
|
||||
# Checks for header files.
|
||||
AC_HEADER_DIRENT
|
||||
|
@ -53,7 +53,8 @@
|
|||
|
||||
#include "config.h"
|
||||
+#include "compat.h"
|
||||
|
||||
|
||||
#include <errno.h>
|
||||
-#include <error.h>
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.ac.orig 2020-04-02 12:00:27.586207223 +0200
|
||||
+++ configure.ac 2020-04-02 12:00:37.057303637 +0200
|
||||
@@ -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.
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'davfs2'
|
||||
pkgname=davfs2
|
||||
version=1.5.6
|
||||
version=1.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="dav_user=nobody dav_group=network --enable-largefile"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Alexander Mamay <alexander@mamay.su>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://savannah.nongnu.org/projects/davfs2"
|
||||
distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=417476cdcfd53966b2dcfaf12455b54f315959b488a89255ab4b44586153d801
|
||||
checksum=2e6b675685bd917772be60f0999ae098c80f79ff20dc131e8fec4547cbb63b50
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
|
|
Loading…
Reference in New Issue