Skip to content

Commit f42edbe

Browse files
committed
pycrypto: avoid symbol not found on rep_malloc
1 parent c32669a commit f42edbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/pycrypto/recipe.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function build_pycrypto() {
2525
export LDFLAGS="$LDFLAGS -L$LIBS_PATH -L$BUILD_openssl"
2626
export EXTRA_CFLAGS="--host linux-armv"
2727

28+
export ac_cv_func_malloc_0_nonnull=yes
2829
try ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared
2930

3031
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -v

0 commit comments

Comments
 (0)