From 491ffc35764971ffd7e580d57da914f6c998ea44 Mon Sep 17 00:00:00 2001 From: "Jonathan (JJRcop) Rubenstein" Date: Fri, 27 Dec 2019 05:48:03 -0500 Subject: [PATCH] Fix client not building on void linux Thanks to SharkWipf#8539, Aiber#4888, and Hadet#6969 on the VFIO discord --- VERSION | 2 +- client/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index aa3b9022..dc107586 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-27-g2d9f578719+1 \ No newline at end of file +B1-40-g7a3eab4c3e+1 \ No newline at end of file diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 4c1ba29f..697bda21 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -70,6 +70,7 @@ include_directories( link_libraries( ${PKGCONFIG_LIBRARIES} ${GMP_LIBRARIES} + ${CMAKE_DL_LIBS} rt m )