mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-19 21:03:52 -07:00
disabled firebird: SIGSEGV on alloc.cpp:520
This commit is contained in:
parent
2c48dd9e8f
commit
8b5956385e
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
LOCAL_PATH:= $(call my-dir)
|
LOCAL_PATH:= $(call my-dir)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_CFLAGS:= -O3 -DLIBOPENSSL -DLIBFIREBIRD -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE \
|
LOCAL_CFLAGS:= -O3 -DLIBOPENSSL -DLIBIDN -DHAVE_PR29_H -DHAVE_PCRE \
|
||||||
-DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DNO_RINDEX \
|
-DLIBNCP -DLIBPOSTGRES -DLIBSVN -DLIBSSH -DNO_RINDEX \
|
||||||
-DHAVE_MATH_H -DOPENSSL_NO_DEPRECATED -DNO_RSA_LEGACY \
|
-DHAVE_MATH_H -DOPENSSL_NO_DEPRECATED -DNO_RSA_LEGACY \
|
||||||
-fdata-sections -ffunction-sections
|
-fdata-sections -ffunction-sections
|
||||||
|
@ -15,7 +15,6 @@ LOCAL_C_INCLUDES:= \
|
||||||
external/libidn/lib\
|
external/libidn/lib\
|
||||||
external/subversion/subversion/include\
|
external/subversion/subversion/include\
|
||||||
external/apr/include\
|
external/apr/include\
|
||||||
external/firebird/include\
|
|
||||||
external/libncp/include\
|
external/libncp/include\
|
||||||
external/libpcre
|
external/libpcre
|
||||||
|
|
||||||
|
@ -78,7 +77,6 @@ LOCAL_SRC_FILES:= \
|
||||||
sasl.c
|
sasl.c
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libfbclient \
|
|
||||||
libidn \
|
libidn \
|
||||||
libncp \
|
libncp \
|
||||||
libpcre \
|
libpcre \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue