[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / misc / xmrig / patches

File: [local] / ports / misc / xmrig / patches / patch-CMakeLists_txt (download)

Revision 1.2, Tue Jul 16 16:35:24 2019 UTC (4 years, 10 months ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +7 -7 lines

update to xmrig-2.14.1

$OpenBSD$

Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -187,7 +187,7 @@ else()
     if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
         set(EXTRA_LIBS kvm pthread)
     else()
-        set(EXTRA_LIBS pthread rt dl)
+        set(EXTRA_LIBS pthread)
     endif()
 endif()