summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monero_libwallet2_api_c/CMakeLists.txt9
-rw-r--r--patches/zano/0004-update-tor-connect.patch2
-rw-r--r--patches/zano/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch (renamed from patches/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch)0
3 files changed, 7 insertions, 4 deletions
diff --git a/monero_libwallet2_api_c/CMakeLists.txt b/monero_libwallet2_api_c/CMakeLists.txt
index cab6f43..4252015 100644
--- a/monero_libwallet2_api_c/CMakeLists.txt
+++ b/monero_libwallet2_api_c/CMakeLists.txt
@@ -115,14 +115,14 @@ elseif(${MONERO_FLAVOR} STREQUAL "zano")
find_package(Boost 1.71 REQUIRED COMPONENTS system filesystem thread timer date_time chrono regex serialization atomic program_options)
find_package(OpenSSL REQUIRED)
set(WALLET_TARGETS
- zlibstatic
wallet
general
tor-connect
crypto
currency_core
common
-
+ zlibstatic
+
${Boost_LIBRARIES}
${OpenSSL_LIBRARIES})
endif()
@@ -137,7 +137,10 @@ endif()
#foreach (_variableName ${_variableNames})
# message(STATUS "${_variableName}=${${_variableName}}")
#endforeach()
-# message(SEND_ERROR "${Boost_LIBRARIES}")
+#message(SEND_ERROR "${Boost_LIBRARIES}")
+#message(SEND_ERROR "${WALLET_TARGETS}
+# ${EXTRA_LIBS_WOWNEROSEED}
+# ${EXTRA_LIBS_ANDROID}")
target_link_libraries( wallet2_api_c
diff --git a/patches/zano/0004-update-tor-connect.patch b/patches/zano/0004-update-tor-connect.patch
index e1b7d2b..76cc59d 100644
--- a/patches/zano/0004-update-tor-connect.patch
+++ b/patches/zano/0004-update-tor-connect.patch
@@ -27,7 +27,7 @@ index b589edb1..cc445b2f 160000
+++ b/contrib/tor-connect
@@ -1 +1 @@
-Subproject commit b589edb1906dccb387cfeded6ed12286c5f0405f
-+Subproject commit cc445b2f4850cb1713911f6002a869fd2853e48f
++Subproject commit cd7f0c4b583488a7fe9b50de8e533a9853b6a5c7
--
2.39.5 (Apple Git-154)
diff --git a/patches/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch b/patches/zano/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch
index 0ac7e50..0ac7e50 100644
--- a/patches/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch
+++ b/patches/zano/0007-downgrade-cmake-version-so-LIB_DEPENDS-shows-up.patch