NO_SONAME.rst 649 B

1234567891011121314
  1. NO_SONAME
  2. ---------
  3. Whether to set "soname" when linking a shared library.
  4. Enable this boolean property if a generated shared library
  5. should not have "soname" set. Default is to set "soname" on all
  6. shared libraries as long as the platform supports it.
  7. Generally, use this property only for leaf private libraries or
  8. plugins. If you use it on normal shared libraries which other targets
  9. link against, on some platforms a linker will insert a full path to
  10. the library (as specified at link time) into the dynamic section of
  11. the dependent binary. Therefore, once installed, dynamic loader may
  12. eventually fail to locate the library for the binary.