mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
do not use -z defs on Solaris, it complains about libc.so implicit dependency
This commit is contained in:
parent
9fcef3c45b
commit
94659ffbb1
1 changed files with 0 additions and 3 deletions
|
|
@ -164,9 +164,6 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|||
SET(LINK_FLAG_NO_UNDEFINED "--Wl,--no-undefined")
|
||||
ENDIF()
|
||||
|
||||
IF(CMAKE_SYSTEM_NAME MATCHES "SunOS")
|
||||
SET(LINK_FLAG_NO_UNDEFINED "-z defs")
|
||||
ENDIF()
|
||||
|
||||
#Some OS specific hacks
|
||||
IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue