From f83e8b8ef0177a71807f2b9751af60974cc1af89 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 10 Nov 2014 11:22:47 +0100 Subject: [PATCH] findutils: override some configure tests to unbreak musl builds. --- srcpkgs/findutils/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/findutils/template b/srcpkgs/findutils/template index ccf8c731750..054f202c374 100644 --- a/srcpkgs/findutils/template +++ b/srcpkgs/findutils/template @@ -1,12 +1,12 @@ # Template file for 'findutils' pkgname=findutils version=4.4.2 -revision=8 +revision=9 bootstrap=yes build_style=gnu-configure -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" +configure_args="--localstatedir=/var/lib/locate gl_cv_func_wcwidth_works=yes +gl_cv_header_working_fcntl_h=yes am_cv_func_working_getline=yes +gl_cv_func_gettimeofday_clobber=no ac_cv_func_working_mktime=yes" short_desc="The GNU Find Utilities" maintainer="Juan RP " license="GPL-3"