1
0
Fork 0

Merge pull request #2173 from servusoft/patch-20

fix bugfix
This commit is contained in:
Wilfried Goesgens 2016-11-15 14:23:41 +01:00 committed by GitHub
commit 1264fea68a
1 changed files with 1 additions and 2 deletions

View File

@ -98,12 +98,11 @@ set(CMAKE_USE_LIBSSH2 OFF CACHE type BOOL)
set(CMAKE_USE_OPENSSL ON CACHE type BOOL)
# mop: super important...if this is off curl will not handle request timeouts < 1000ms
set(ENABLE_THREADED_RESOLVER ON CACHE type BOOL)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/curl/curl-7.50.3)
# bugfix for HAVE_POSIX_STRERROR_R define on cross compiling.
if (CROSS_COMPILING)
add_definitions("-DHAVE_POSIX_STRERROR_R=1")
endif()
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/curl/curl-7.50.3)
################################################################################
## ROCKSDB