diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 626162de57b..eff1e757b5b 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -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 }