From 36d4b897f40c97725284e123234b1f2ab6f0f6ad Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 14 Jul 2019 21:08:33 +0200 Subject: [PATCH] f2fs-tools: remove sg_write_buffer utility, provided by sg3_utils. --- srcpkgs/f2fs-tools/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }