revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missing import with 3ds export.

This commit is contained in:
Campbell Barton
2010-10-04 11:42:39 +00:00
parent a6d62bf0db
commit e568ea668e
2 changed files with 3 additions and 1 deletions

View File

@@ -297,7 +297,8 @@ IF(UNIX AND NOT APPLE)
FIND_PACKAGE(X11 REQUIRED)
SET(LLIBS "-lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}")
# OpenSuse needs lutil, ArchLinux not, for now keep, can avoid by using --as-needed
SET(LLIBS "-lutil -lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}")
IF(CMAKE_SYSTEM_NAME MATCHES "Linux")
# BSD's dont use libdl.so