projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fbe1b51
)
linking libutil isnt needed on my system, possibly this is deprecated?,
author
Campbell Barton <ideasman42@gmail.com>
Sun, 3 Oct 2010 18:45:27 +0000
(18:45 +0000)
committer
Campbell Barton <ideasman42@gmail.com>
Sun, 3 Oct 2010 18:45:27 +0000
(18:45 +0000)
testing this on other linux systems isnt so easy but will hear about it if this breaks.
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 4966c1d0bf563083145251ea730c6e20213c28da..d3de0bfa9e55a9ac3861a132be03c7e3ee205d2e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-297,7
+297,7
@@
IF(UNIX AND NOT APPLE)
FIND_PACKAGE(X11 REQUIRED)
FIND_PACKAGE(X11 REQUIRED)
- SET(LLIBS "-l
util -l
c -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
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
# BSD's dont use libdl.so