summaryrefslogtreecommitdiff
path: root/net-p2p/monero/files/0.14.1.0-Do-not-install-trezor-dep-libs.patch
blob: 9525a2f66d0dfd2cf01a99bb87cf26f361dfdc2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 29277ef1a899be4f71d97d3df0909b561299edb7 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 d0fc21f51175..6d8f5e4cb3a7 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -142,11 +142,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)