From 6fc261677be2ffc00a9916ce2ce940856e7016af Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Jul 2013 09:07:28 +0200 Subject: [PATCH] apr: cross build support. --- srcpkgs/apr/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/apr/template b/srcpkgs/apr/template index 008a2cdcf11..502d34baaed 100644 --- a/srcpkgs/apr/template +++ b/srcpkgs/apr/template @@ -3,7 +3,8 @@ pkgname=apr version=1.4.8 revision=1 build_style=gnu-configure -configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build" +configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build + ac_cv_file__dev_zero=yes ac_cv_func_setpgrp_void=yes apr_cv_tcp_nodelay_with_cork=yes" makedepends="libuuid-devel" short_desc="Apache Portable Runtime Library" maintainer="Juan RP "