Skip to content

Commit

Permalink
android: Fix typo in patching of libssh2
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Lundin <[email protected]>
Signed-off-by: Dirk Hohndel <[email protected]>
  • Loading branch information
glance- authored and dirkhh committed Jul 9, 2016
1 parent 9aa7399 commit 4ed6101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ fi

# Remove openssl engine support in libssh2 1.7.0
perl -pi -e 's,^(#include <openssl/engine.h>)$,/*$1*/,' libssh2-${LIBSSH2_VERSION}/src/openssl.h
perl -pi -e 's,ENGINE_load_builtin_engines\(\),:,' libssh2-${LIBSSH2_VERSION}/src/openssl.h
perl -pi -e 's,ENGINE_register_all_complete\(\),:,' libssh2-${LIBSSH2_VERSION}/src/openssl.h
perl -pi -e 's,ENGINE_load_builtin_engines\(\);,,' libssh2-${LIBSSH2_VERSION}/src/openssl.h
perl -pi -e 's,ENGINE_register_all_complete\(\),,' libssh2-${LIBSSH2_VERSION}/src/openssl.h

if [ ! -e $PKG_CONFIG_LIBDIR/libssh2.pc ] ; then
mkdir -p libssh2-build-$ARCH
Expand Down

0 comments on commit 4ed6101

Please sign in to comment.