summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-08-31 20:55:07 -0400
committerredfish2019-08-31 20:55:07 -0400
commit39df50e502e7095d9c483aa7886e829fd5eedffe (patch)
tree459c93e04674a73398c466635b5d72b739d4a8bc
parentb2a8ac9b9d67749980eaa44c2c935504c04fcda1 (diff)
downloadaur-39df50e502e7095d9c483aa7886e829fd5eedffe.tar.gz
remove patch files no longer used since last commit
-rw-r--r--0001-pro-add-libusb-1.0-to-non-static-link-for-Linux.patch40
-rw-r--r--0002-pro-add-protobuf-lib-to-link-commnad-for-Linux.patch31
2 files changed, 0 insertions, 71 deletions
diff --git a/0001-pro-add-libusb-1.0-to-non-static-link-for-Linux.patch b/0001-pro-add-libusb-1.0-to-non-static-link-for-Linux.patch
deleted file mode 100644
index 184742b6722d..000000000000
--- a/0001-pro-add-libusb-1.0-to-non-static-link-for-Linux.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 811f81de15a22481d93a2688a466767debc4b64e Mon Sep 17 00:00:00 2001
-From: redfish <redfish@galactica.pw>
-Date: Sat, 19 Jan 2019 16:12:14 -0500
-Subject: [PATCH 1/2] pro: add libusb-1.0 to non-static link for Linux
-
-Fixes failing link on Arch Linux with libmonero-wallet
-4e723843183b12308bce2ef560385ea885ad0174
-
-/usr/bin/ld:
-/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libwallet_merged.a(transport.cpp.o):
-undefined reference to symbol 'libusb_interrupt_transfer'
-/usr/bin/ld: /usr/lib/libusb-1.0.so.0: error adding symbols: DSO missing from command line
-collect2: error: ld returned 1 exit status
----
- monero-wallet-gui.pro | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
-index 2662c5c9..c91cec5e 100644
---- a/monero-wallet-gui.pro
-+++ b/monero-wallet-gui.pro
-@@ -283,7 +283,6 @@ linux {
- QMAKE_LFLAGS += -static-libgcc -static-libstdc++
- # contains(QT_ARCH, x86_64) {
- LIBS+= -lunbound \
-- -lusb-1.0 \
- -lhidapi-hidraw \
- -ludev
- # }
-@@ -305,6 +304,7 @@ linux {
- -llmdb \
- -lsodium \
- -lhidapi-libusb \
-+ -lusb-1.0 \
- -lcrypto $$TREZOR_LINKER
-
- if(!android) {
---
-2.20.1
-
diff --git a/0002-pro-add-protobuf-lib-to-link-commnad-for-Linux.patch b/0002-pro-add-protobuf-lib-to-link-commnad-for-Linux.patch
deleted file mode 100644
index 5f0a4128bb6d..000000000000
--- a/0002-pro-add-protobuf-lib-to-link-commnad-for-Linux.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From a76cdaa5f75736269bf5f28cb39b76b1cb6d3ad2 Mon Sep 17 00:00:00 2001
-From: redfish <redfish@galactica.pw>
-Date: Sat, 19 Jan 2019 16:34:22 -0500
-Subject: [PATCH 2/2] pro: add protobuf lib to link commnad for Linux
-
-Fixes link failure on Arch Linux with libmonerowallet
-4e723843183b12308bce2ef560385ea885ad0174
-
-/usr/bin/ld:
-/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/../../../../lib/libwallet_merged.a(messages-management.pb.cc.o):(.data.rel.ro._ZTVN2hw6trezor8messages10management13SetU2FCounterE[_ZTVN2hw6trezor8messages10management13SetU2FCounterE]+0xb8):
-undefined reference to `google::protobuf::Message::SpaceUsedLong()
-const'
----
- monero-wallet-gui.pro | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
-index c91cec5e..c8afa9b7 100644
---- a/monero-wallet-gui.pro
-+++ b/monero-wallet-gui.pro
-@@ -305,6 +305,7 @@ linux {
- -lsodium \
- -lhidapi-libusb \
- -lusb-1.0 \
-+ -lprotobuf \
- -lcrypto $$TREZOR_LINKER
-
- if(!android) {
---
-2.20.1
-