mirror of
https://github.com/ceph/ceph
synced 2025-01-12 06:00:46 +00:00
Merge pull request #24920 from wjwithagen/wjw-fix-build-symbolic
cmake: do not pass -B{symbolic,symbolic-functions} to linker on FreeBSD Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
f6cc40a5d2
@ -399,7 +399,7 @@ target_link_libraries(ceph-common ${ceph_common_deps})
|
||||
set_target_properties(ceph-common PROPERTIES
|
||||
SOVERSION 1
|
||||
INSTALL_RPATH "")
|
||||
if(NOT APPLE)
|
||||
if(NOT APPLE AND NOT FREEBSD)
|
||||
# Apple uses Mach-O, not ELF. so this option does not apply to APPLE.
|
||||
#
|
||||
# prefer the local symbol definitions when binding references to global
|
||||
|
Loading…
Reference in New Issue
Block a user