mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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
1 changed files with 5 additions and 0 deletions
|
@ -20,5 +20,10 @@ checksum="
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
patch -Np1 < ../f2fs-tools-allow-to-build-without-libselinux.patch
|
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
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue