From de4a2f3456fd459b0180793d8fdefe828087e1c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Aug 2013 09:06:02 +0200 Subject: [PATCH] libmcrypt: fix cross build. --- srcpkgs/libmcrypt/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libmcrypt/template b/srcpkgs/libmcrypt/template index a6b139a19b..26321d8122 100644 --- a/srcpkgs/libmcrypt/template +++ b/srcpkgs/libmcrypt/template @@ -3,6 +3,7 @@ pkgname=libmcrypt version=2.5.8 revision=1 build_style=gnu-configure +configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes" short_desc="A data encryption library" maintainer="Juan RP " license="GPL-2"