[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32284] trunk/blender/CMakeLists.txt: linking libutil isnt needed on my system, possibly this is deprecated?,

Campbell Barton ideasman42 at gmail.com
Sun Oct 3 20:45:28 CEST 2010


Revision: 32284
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32284
Author:   campbellbarton
Date:     2010-10-03 20:45:27 +0200 (Sun, 03 Oct 2010)

Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-10-03 18:21:48 UTC (rev 32283)
+++ trunk/blender/CMakeLists.txt	2010-10-03 18:45:27 UTC (rev 32284)
@@ -297,7 +297,7 @@
 
 	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





More information about the Bf-blender-cvs mailing list