From f203ab36393af798ab3e34860a75ab7544ad0909 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 7 Oct 2016 19:17:12 +0200 Subject: [PATCH] cabextract: fix cross. --- srcpkgs/cabextract/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cabextract/template b/srcpkgs/cabextract/template index 183eb6e6a73..2d9a7425934 100644 --- a/srcpkgs/cabextract/template +++ b/srcpkgs/cabextract/template @@ -1,8 +1,9 @@ # Template file for 'cabextract' pkgname=cabextract version=1.6 -revision=1 +revision=2 build_style=gnu-configure +configure_args="ac_cv_func_fnmatch_works=yes" short_desc="Extract Microsoft Cabinet (.CAB) files" maintainer="Juan RP " license="GPL-3"