From bd6c969b63abbf090f25f1f71795a64278d6a968 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 21 Dec 2012 18:42:28 +0100 Subject: [PATCH] pycrypto: disable rpl_malloc and rpl_realloc Signed-off-by: Stephan Raue --- packages/python/security/pycrypto/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/security/pycrypto/build b/packages/python/security/pycrypto/build index ba3aaa50c4..45619ac4db 100755 --- a/packages/python/security/pycrypto/build +++ b/packages/python/security/pycrypto/build @@ -27,6 +27,8 @@ export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr" export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib" cd $PKG_BUILD +ac_cv_func_realloc_0_nonnull=yes \ +ac_cv_func_malloc_0_nonnull=yes \ ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \