From: Campbell Barton Date: Sun, 3 Oct 2010 18:45:27 +0000 (+0000) Subject: linking libutil isnt needed on my system, possibly this is deprecated?, X-Git-Tag: v2.55~371 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/3e3e10668e501f516b0193763c753fbe9d2e7af4 linking libutil isnt needed on my system, possibly this is deprecated?, testing this on other linux systems isnt so easy but will hear about it if this breaks. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4966c1d0bf5..d3de0bfa9e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -297,7 +297,7 @@ IF(UNIX AND NOT APPLE) FIND_PACKAGE(X11 REQUIRED) - SET(LLIBS "-lutil -lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}") + SET(LLIBS "-lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}") IF(CMAKE_SYSTEM_NAME MATCHES "Linux") # BSD's dont use libdl.so