From 36e2ab1ebc0fbbbdc743987f3febe373b3aac12d Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 3 Mar 2015 00:48:03 +0100 Subject: [PATCH] f2fs-tools: fix cross build. --- srcpkgs/f2fs-tools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/f2fs-tools/template b/srcpkgs/f2fs-tools/template index 2554d9aab9b..8f969d2ab7a 100644 --- a/srcpkgs/f2fs-tools/template +++ b/srcpkgs/f2fs-tools/template @@ -1,9 +1,9 @@ # Template file for 'f2fs-tools' pkgname=f2fs-tools version=1.4.0 -revision=1 +revision=2 build_style=gnu-configure -configure_args="--sbindir=/usr/bin --disable-static" +configure_args="--sbindir=/usr/bin --disable-static ac_cv_file__git=yes" make_install_args="sbindir=/usr/bin" hostmakedepends="automake libtool pkg-config git" makedepends="libuuid-devel"