From e4aa587d5cd77a9d4ddd468966688b89f59b0ea1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 May 2013 15:36:59 +0200 Subject: [PATCH] aria2: override some wrongly detected configure tests for cross builds. --- srcpkgs/aria2/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/aria2/template b/srcpkgs/aria2/template index cb6de64ce6..ac5014ac1e 100644 --- a/srcpkgs/aria2/template +++ b/srcpkgs/aria2/template @@ -1,11 +1,14 @@ # Template file for 'aria2' pkgname=aria2 version=1.17.1 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-openssl --with-libexpat --without-gnutls --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt - --with-bashcompletiondir=/usr/share/bash-completion/completions" + --with-bashcompletiondir=/usr/share/bash-completion/completions + ac_cv_func_memcmp_working=yes ac_cv_func_mktime_working=yes + ac_cv_func_strtod=yes ac_cv_func_mmap_fixed_mapped=yes + ac_cv_func_vfork_works=yes" hostmakedepends="pkg-config" makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel c-ares-devel ca-certificates"