From 5263a94f7dbd421e7ca6234ce4081655780c040e Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Fri, 23 Dec 2016 13:44:41 +0100 Subject: [PATCH] f2fs-tools: add queue.h for musl Forgot to copy the queue.h file for musl when switching to a distfiles download. --- srcpkgs/f2fs-tools/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 0bf72b4d83c..e230565a71d 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -20,5 +20,10 @@ checksum=" pre_configure() { patch -Np1 < ../f2fs-tools-allow-to-build-without-libselinux.patch + case "$XBPS_TARGET_MACHINE" in + *-musl) + mkdir -p include/sys + cp ${FILESDIR}/queue.h include/sys + esac autoreconf -fi }