summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch')
-rw-r--r--net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch b/net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch
new file mode 100644
index 00000000..9f00b14a
--- /dev/null
+++ b/net-p2p/monero/files/monero-0.17.1.3-Do-not-install-trezor-dep-libs.patch
@@ -0,0 +1,25 @@
+From dcf248f63e8a932cd48d0c0941faa3b48c551011 Mon Sep 17 00:00:00 2001
+From: Bertrand Jacquin <bertrand@jacquin.bzh>
+Date: Sat, 15 Jun 2019 00:57:09 +0100
+Subject: [PATCH] Do not install trezor dep libs
+
+---
+ src/wallet/CMakeLists.txt | 4 ----
+ 1 file changed, 4 deletions(-)
+
+diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
+index bf238ae37887..0cfb534ed4fe 100644
+--- a/src/wallet/CMakeLists.txt
++++ b/src/wallet/CMakeLists.txt
+@@ -149,11 +149,7 @@ if (BUILD_GUI_DEPS)
+ install(TARGETS wallet_merged
+ ARCHIVE DESTINATION ${lib_folder})
+
+- install(FILES ${TREZOR_DEP_LIBS}
+- DESTINATION ${lib_folder})
+ file(WRITE "trezor_link_flags.txt" ${TREZOR_DEP_LINKER})
+- install(FILES "trezor_link_flags.txt"
+- DESTINATION ${lib_folder})
+ endif()
+
+ add_subdirectory(api)