We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32669a commit f42edbeCopy full SHA for f42edbe
recipes/pycrypto/recipe.sh
@@ -25,6 +25,7 @@ function build_pycrypto() {
25
export LDFLAGS="$LDFLAGS -L$LIBS_PATH -L$BUILD_openssl"
26
export EXTRA_CFLAGS="--host linux-armv"
27
28
+ export ac_cv_func_malloc_0_nonnull=yes
29
try ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared
30
31
try $BUILD_PATH/python-install/bin/python.host setup.py build_ext -v
0 commit comments