[Buildroot] [PATCH 1/1] package/unionfs: fix musl build

Bernd Kuhls bernd.kuhls at t-online.de
Sun Jan 31 20:07:48 UTC 2016


Fixes
http://autobuild.buildroot.net/results/020/020951a32ace3b4bca12a888eaaeb8b6c5633e4f/

Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 package/unionfs/unionfs.hash | 1 +
 package/unionfs/unionfs.mk   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/package/unionfs/unionfs.hash b/package/unionfs/unionfs.hash
index fce98e0..c843a0e 100644
--- a/package/unionfs/unionfs.hash
+++ b/package/unionfs/unionfs.hash
@@ -1,2 +1,3 @@
 # Locally computed
 sha256	2ee80bd0634a61adb2159212e155d607a0a82ad659214ae6edb3530396cccc09	unionfs-1.0.tar.gz
+sha256	c8526f80448f344fba0100e5510793b6de985b24a8b526d9a6803bcd713d9de2	0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk
index cba52be..0fa9c94 100644
--- a/package/unionfs/unionfs.mk
+++ b/package/unionfs/unionfs.mk
@@ -6,6 +6,8 @@
 
 UNIONFS_VERSION = 1.0
 UNIONFS_SITE = $(call github,rpodgorny,unionfs-fuse,v$(UNIONFS_VERSION))
+UNIONFS_PATCH = \
+	http://git.alpinelinux.org/cgit/aports/plain/main/unionfs-fuse/0001-include-asm-ioctl.h-for-_IOC_SIZE.patch
 UNIONFS_DEPENDENCIES = libfuse host-pkgconf
 UNIONFS_LICENSE = BSD-3c
 UNIONFS_LICENSE_FILES = LICENSE
-- 
2.7.0



More information about the buildroot mailing list