package/davfs2: fix build with neon 0.33
Fix the following build failure raised since bump of neon to version 0.33 in commit00f7bd06d6
: configure: incompatible neon library version 0.33.0: wanted 0.27 28 29 30 31 32 configure: error: could not find neon Fixes:00f7bd06d6
- http://autobuild.buildroot.org/results/3386c44447b09e434c60837ddd7eb08b5ef3d9a3 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
81bb14a935
commit
0cd8fea7cf
27
package/davfs2/0002-configure.ac-add-neon-version-0.33.patch
Normal file
27
package/davfs2/0002-configure.ac-add-neon-version-0.33.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From 1c539d158ae73e867d0d30b8c3d27f48d742ed06 Mon Sep 17 00:00:00 2001
|
||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Date: Sat, 30 Mar 2024 09:18:15 +0100
|
||||
Subject: [PATCH] configure.ac: add neon version 0.33
|
||||
|
||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
Upstream: https://savannah.nongnu.org/bugs/?65247
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 4f86cde..ede9b1e 100644
|
||||
--- a/configure.ac
|
||||
+++ b/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.
|
||||
--
|
||||
2.43.0
|
||||
|
@ -9,6 +9,8 @@ DAVFS2_SITE = http://download.savannah.nongnu.org/releases/davfs2
|
||||
DAVFS2_LICENSE = GPL-3.0+
|
||||
DAVFS2_LICENSE_FILES = COPYING
|
||||
DAVFS2_CPE_ID_VENDOR = werner_baumann
|
||||
# 0002-configure.ac-add-neon-version-0.33.patch
|
||||
DAVFS2_AUTORECONF = YES
|
||||
|
||||
DAVFS2_DEPENDENCIES = \
|
||||
neon \
|
||||
|
Loading…
Reference in New Issue
Block a user