Skip to content

Commit b34be1b

Browse files
author
Ryan Northey
committed
removed linker from pycrypto recipe
1 parent e914357 commit b34be1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

recipes/pycrypto/recipe.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ function build_pycrypto() {
2424
export CC="$CC -I$BUILD_openssl/include"
2525
export LDFLAGS="$LDFLAGS -L$LIBS_PATH -L$BUILD_openssl"
2626
export EXTRA_CFLAGS="--host linux-armv"
27-
export LDSHARED="$LIBLINK"
2827

2928
try ./configure --host=arm-eabi --prefix="$BUILD_PATH/python-install" --enable-shared
3029

@@ -33,8 +32,6 @@ function build_pycrypto() {
3332

3433
try $BUILD_PATH/python-install/bin/python.host setup.py install -O2
3534

36-
unset LDSHARED
37-
3835
pop_arm
3936
}
4037

0 commit comments

Comments
 (0)