Skip to content

Commit

Permalink
pycrypto: use -shared
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed Jan 3, 2015
1 parent a8baa02 commit fe5c5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/python/security/pycrypto/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ pre_configure_target() {
rm -rf .$TARGET_NAME

export PYTHONXCPREFIX="$SYSROOT_PREFIX/usr"
export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
# export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib"
export LDSHARED="$CC -shared"
}

make_target() {
Expand Down

0 comments on commit fe5c5eb

Please sign in to comment.