From 6b65ce4caed9b8b7d673af6e1c17d3122951ad1b Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 31 Jan 2016 21:07:48 +0100 Subject: [PATCH] package/unionfs: fix musl build Fixes http://autobuild.buildroot.net/results/020/020951a32ace3b4bca12a888eaaeb8b6c5633e4f/ [Peter: notice patch is now upstream: https://github.com/rpodgorny/unionfs-fuse/commit/f64b094eba93b042a1ed5964] Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- 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 fce98e0b59..c843a0e8c1 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 cba52be007..0fa9c940f9 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.30.2