f2fs-tools: add queue.h for musl
Forgot to copy the queue.h file for musl when switching to a distfiles download.
This commit is contained in:
parent
c09b3695de
commit
5263a94f7d
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user