summaryrefslogtreecommitdiffstats
path: root/package/libnfs/libnfs.mk
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2018-11-05 18:11:41 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-29 22:34:25 +0100
commitd6bd004a0b518d5e49cc65e71eb33e9235b6458a (patch)
tree1a13792cd3e4053fd7616bcfd6bec7e36d91e0f2 /package/libnfs/libnfs.mk
parent630a87907fa580f668d7159a5e84398419d6b3fd (diff)
downloadbuildroot-d6bd004a0b518d5e49cc65e71eb33e9235b6458a.tar.gz
buildroot-d6bd004a0b518d5e49cc65e71eb33e9235b6458a.zip
package/libnfs: bump to version 3.0.0
Also add an patch from upstream to fix building libnfs with the musl C library. This issue was introduced upstream between version 2.0.0 and version 3.0.0. Note, that upstreams commit message says it fixes a warning. However, as musl is more strictly regarding missing headers it actually fixes the build with musl. Furthermore, the COPYING license file was changed in the way that it now includes a clarification about the .x files being distributed under the simplified BSD license. We already note in LIBNFS_LICENSE that the .x files are BSD-2-Clause. So, updating the hash for this license file is enough. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/libnfs/libnfs.mk')
-rw-r--r--package/libnfs/libnfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
index 0cf07d2143..3a84e0aafa 100644
--- a/package/libnfs/libnfs.mk
+++ b/package/libnfs/libnfs.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNFS_VERSION = libnfs-2.0.0
+LIBNFS_VERSION = libnfs-3.0.0
LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
LIBNFS_INSTALL_STAGING = YES
LIBNFS_AUTORECONF = YES
OpenPOWER on IntegriCloud