summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-06-10 08:39:16 +0100
committerCraig Andrews <candrews@gentoo.org>2021-06-10 20:44:12 -0400
commit5fcfb5ae623c7d369ff8ff3a03c8e7a4d83b0a62 (patch)
tree9392d4891d320ef8210615d7f3138df9f65e472a /net-misc/xmrig/files
parentnet-misc/xmrig: Update LICENSE (diff)
downloadgentoo-5fcfb5ae623c7d369ff8ff3a03c8e7a4d83b0a62.tar.gz
gentoo-5fcfb5ae623c7d369ff8ff3a03c8e7a4d83b0a62.tar.bz2
gentoo-5fcfb5ae623c7d369ff8ff3a03c8e7a4d83b0a62.zip
net-misc/xmrig: Fix install with USE=-ssl
Closes: https://bugs.gentoo.org/795180 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-misc/xmrig/files')
-rw-r--r--net-misc/xmrig/files/xmrig-6.12.2-nonotls.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/xmrig/files/xmrig-6.12.2-nonotls.patch b/net-misc/xmrig/files/xmrig-6.12.2-nonotls.patch
new file mode 100644
index 000000000000..f58c7e2ce5be
--- /dev/null
+++ b/net-misc/xmrig/files/xmrig-6.12.2-nonotls.patch
@@ -0,0 +1,23 @@
+From ee98bfe01a94d021d81ed4c2bb11ec91c0bd81c8 Mon Sep 17 00:00:00 2001
+From: Matt Smith <matt@offtopica.uk>
+Date: Sun, 7 Jun 2020 13:20:04 +0100
+Subject: [PATCH] Don't suffix binary with -notls
+
+---
+ cmake/OpenSSL.cmake | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake
+index 89805301..c01c940a 100644
+--- a/cmake/OpenSSL.cmake
++++ b/cmake/OpenSSL.cmake
+@@ -54,6 +54,4 @@ else()
+ src/base/net/http/HttpServer.h
+ )
+ endif()
+-
+- set(CMAKE_PROJECT_NAME "${CMAKE_PROJECT_NAME}-notls")
+ endif()
+--
+2.27.0
+