Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
From da021ed297ff7a69f3b7532ef68a9b6877a55265 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
Date: Sat, 20 Aug 2016 11:05:27 +0200
|
||||
Subject: [PATCH] libfuse-util: include <paths.h> when needed
|
||||
|
||||
Both fusermount.c and mount_util.c use _PATH_MOUNTED, so they should
|
||||
include <paths.h>, which provides this definition.
|
||||
|
||||
This fixes the build with the musl C library.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
---
|
||||
libfuse-lite/fusermount.c | 1 +
|
||||
libfuse-lite/mount_util.c | 1 +
|
||||
2 files changed, 2 insertions(+)
|
||||
|
||||
diff --git a/libfuse-lite/fusermount.c b/libfuse-lite/fusermount.c
|
||||
index 4e724db..680fee1 100644
|
||||
--- a/libfuse-lite/fusermount.c
|
||||
+++ b/libfuse-lite/fusermount.c
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <pwd.h>
|
||||
+#include <paths.h>
|
||||
|
||||
#ifdef __SOLARIS__
|
||||
#include <sys/mnttab.h>
|
||||
diff --git a/libfuse-lite/mount_util.c b/libfuse-lite/mount_util.c
|
||||
index 8ea5e08..8b31722 100644
|
||||
--- a/libfuse-lite/mount_util.c
|
||||
+++ b/libfuse-lite/mount_util.c
|
||||
@@ -15,6 +15,7 @@
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
+#include <paths.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/wait.h>
|
||||
#ifdef __SOLARIS__
|
||||
--
|
||||
2.7.4
|
||||
|
||||
@@ -18,6 +18,7 @@ if BR2_PACKAGE_NTFS_3G
|
||||
|
||||
config BR2_PACKAGE_NTFS_3G_ENCRYPTED
|
||||
bool "encrypted volumes"
|
||||
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
|
||||
select BR2_PACKAGE_GNUTLS
|
||||
select BR2_PACKAGE_LIBGCRYPT
|
||||
help
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 97f996015d8316d4a272bd2629978e5e97072dd3cc148ce39802f8037c6538f2 ntfs-3g_ntfsprogs-2015.3.14.tgz
|
||||
sha256 d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 ntfs-3g_ntfsprogs-2016.2.22.tgz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NTFS_3G_VERSION = 2015.3.14
|
||||
NTFS_3G_VERSION = 2016.2.22
|
||||
NTFS_3G_SOURCE = ntfs-3g_ntfsprogs-$(NTFS_3G_VERSION).tgz
|
||||
NTFS_3G_SITE = http://tuxera.com/opensource
|
||||
NTFS_3G_CONF_OPTS = --disable-ldconfig
|
||||
|
||||
Reference in New Issue
Block a user