mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
f2fs-tools: remove sg_write_buffer utility, provided by sg3_utils.
This commit is contained in:
parent
fad4f61958
commit
36d4b897f4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'f2fs-tools'
|
# Template file for 'f2fs-tools'
|
||||||
pkgname=f2fs-tools
|
pkgname=f2fs-tools
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static ac_cv_file__git=yes"
|
configure_args="--disable-static ac_cv_file__git=yes"
|
||||||
hostmakedepends="automake libtool pkg-config git"
|
hostmakedepends="automake libtool pkg-config git"
|
||||||
|
@ -18,5 +18,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
vsed -i -e '/sg_write_buffer/d' tools/Makefile.am
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue