On 2018/8/28 8:29, Theodore Ts'o wrote:
> From: Helmut Grohne <hel...@subdivi.de>
> 
> f2fs-tools fails to cross build from source, because its upstream
> build system wrongly uses AC_CHECK_FILE. The purpose of the macro is
> checking for files on the host system. However here it is used to
> check whether a .git directory exists, which is a property of the
> build place. A simple "test -d" should be used here. After doing so,
> f2fs-tools cross builds successfully.
> 
> Addresses-Debian-Bug: #896909
> 
> Signed-off-by: Theodore Ts'o <ty...@mit.edu>

Reviewed-by: Chao Yu <yuch...@huawei.com>

Thanks,


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to