From 5b5ba6d344afbb54ceaf5da1c1316b1b7d446c7c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 6 Feb 2013 20:52:23 +0100 Subject: [PATCH] findutils: cross build support. --- srcpkgs/findutils/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template index d533d782339..15d4ba2ba40 100644 --- a/srcpkgs/findutils/template +++ b/srcpkgs/findutils/template @@ -3,7 +3,9 @@ pkgname=findutils version=4.4.2 revision=5 build_style=gnu-configure -configure_args="--localstatedir=/var/lib/locate" +configure_args="--localstatedir=/var/lib/locate + gl_cv_func_wcwidth_works=yes + gl_cv_header_working_fcntl_h=yes ac_cv_func_fnmatch_gnu=yes" short_desc="The GNU Find Utilities" maintainer="Juan RP " license="GPL-3"