mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-21 05:43:52 -07:00
Merge pull request #81 from tux-mind/patch-1
Fix missing openssl library on android 6.0
This commit is contained in:
commit
2561a0aece
1 changed files with 6 additions and 7 deletions
13
Android.mk
13
Android.mk
|
@ -2,8 +2,8 @@ LOCAL_PATH:= $(call my-dir)
|
|||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_CFLAGS:= -O3 -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE \
|
||||
-DLIBMYSQLCLIENT -DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DNO_RINDEX \
|
||||
-DHAVE_MATH_H -DHAVE_MYSQL_H -DOPENSSL_NO_DEPRECATED -DNO_RSA_LEGACY \
|
||||
-DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DNO_RINDEX \
|
||||
-DHAVE_MATH_H -DOPENSSL_NO_DEPRECATED -DNO_RSA_LEGACY \
|
||||
-fdata-sections -ffunction-sections
|
||||
|
||||
LOCAL_LDFLAGS:=-Wl,--gc-sections
|
||||
|
@ -13,7 +13,6 @@ LOCAL_C_INCLUDES:= \
|
|||
external/openssl/include\
|
||||
external/libssh/include\
|
||||
external/libidn/lib\
|
||||
external/libmysqlclient/include\
|
||||
external/subversion/subversion/include\
|
||||
external/apr/include\
|
||||
external/firebird/include\
|
||||
|
@ -58,6 +57,7 @@ LOCAL_SRC_FILES:= \
|
|||
hydra-rexec.c\
|
||||
hydra-rlogin.c\
|
||||
hydra-rsh.c\
|
||||
hydra-rtsp.c\
|
||||
hydra-s7-300.c\
|
||||
hydra-sapr3.c\
|
||||
hydra-sip.c\
|
||||
|
@ -80,7 +80,6 @@ LOCAL_SRC_FILES:= \
|
|||
LOCAL_STATIC_LIBRARIES := \
|
||||
libfbclient \
|
||||
libidn \
|
||||
libmysqlclient \
|
||||
libncp \
|
||||
libpcre \
|
||||
libpcrecpp \
|
||||
|
@ -91,11 +90,11 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libapr-1 \
|
||||
libaprutil-1 \
|
||||
libiconv\
|
||||
libneon
|
||||
libneon\
|
||||
libcrypto_static\
|
||||
libssl
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libcrypto\
|
||||
libssl\
|
||||
libsqlite\
|
||||
libexpat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue