From 4abf3b8a6ddfe17493c47357d1d6870edce1dfac Mon Sep 17 00:00:00 2001 From: Piraty Date: Thu, 12 Dec 2019 17:39:58 +0100 Subject: [PATCH] apr: nocross for now --- srcpkgs/apr/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/apr/template b/srcpkgs/apr/template index 9fe9193c37..d4b2416f0d 100644 --- a/srcpkgs/apr/template +++ b/srcpkgs/apr/template @@ -11,6 +11,7 @@ license="Apache-2.0" homepage="http://apr.apache.org/" distfiles="http://www.apache.org/dist/apr/apr-${version}.tar.bz2" checksum=e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea +nocross="mutex_proc_pthread_methods undeclared, configure args need to be fixed" # Do not redefine struct iovec in include/apr_want.h CFLAGS="-DAPR_IOVEC_DEFINED=1"