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'
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue