parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

xmrig-5.11.2-nonotls.patch (578B)


      1 From ee98bfe01a94d021d81ed4c2bb11ec91c0bd81c8 Mon Sep 17 00:00:00 2001
      2 From: Matt Smith <matt@offtopica.uk>
      3 Date: Sun, 7 Jun 2020 13:20:04 +0100
      4 Subject: [PATCH] Don't suffix binary with -notls
      5 
      6 ---
      7  cmake/OpenSSL.cmake | 2 --
      8  1 file changed, 2 deletions(-)
      9 
     10 diff --git a/cmake/OpenSSL.cmake b/cmake/OpenSSL.cmake
     11 index 89805301..c01c940a 100644
     12 --- a/cmake/OpenSSL.cmake
     13 +++ b/cmake/OpenSSL.cmake
     14 @@ -54,6 +54,4 @@ else()
     15              src/base/net/http/HttpServer.h
     16              )
     17      endif()
     18 -
     19 -    set(CMAKE_PROJECT_NAME "${CMAKE_PROJECT_NAME}-notls")
     20  endif()
     21 -- 
     22 2.27.0
     23