diff --git a/.gitmodules b/.gitmodules index 4d3518d1..5b9992ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ ignore = dirty [submodule "libraries/fc"] path = libraries/fc - url = https://github.com/peerplays-network/peerplays-fc.git - branch = latest-fc + url = https://gitlab.com/PBSA/tools-libs/peerplays-fc + branch = bug/issue34 ignore = dirty diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f006aa0..e9653f96 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -184,6 +184,9 @@ else( WIN32 ) # Apple AND Linux endif( WIN32 ) +set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DOPENSSL_API_COMPAT=0x10100000L") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DOPENSSL_API_COMPAT=0x10100000L") + set(ENABLE_COVERAGE_TESTING FALSE CACHE BOOL "Build Peerplays for code coverage analysis") if(ENABLE_COVERAGE_TESTING) diff --git a/libraries/fc b/libraries/fc index 48888392..e9b94c50 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit 488883921936139e8734b99822d3a589afe80da1 +Subproject commit e9b94c50caf4be3147a3bc381d94792a20920930