f2fs-tools: remove sg_write_buffer utility, provided by sg3_utils.

This commit is contained in:
Leah Neukirchen 2019-07-14 21:08:33 +02:00
parent fad4f61958
commit 36d4b897f4

View file

@ -1,7 +1,7 @@
# Template file for 'f2fs-tools'
pkgname=f2fs-tools
version=1.12.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static ac_cv_file__git=yes"
hostmakedepends="automake libtool pkg-config git"
@ -18,5 +18,6 @@ case "$XBPS_TARGET_MACHINE" in
esac
pre_configure() {
vsed -i -e '/sg_write_buffer/d' tools/Makefile.am
autoreconf -fi
}