Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • next protected
  • UI-EvenMoreTweaks
  • merge/materials_featurette protected
  • merge/webrtc protected
  • darl/linux-sh-installer
  • xenhat/maint/bolt
  • xenhat/features/cinematic-mode-new
  • screensquare
  • ssestuff
  • spdlog
  • 7.1.7.2486-beta
  • 7.1.4.2442-beta
  • 7.1.4.2413-beta
  • 7.1.3.2338-beta
  • 7.1.3.2332-beta
  • 7.1.2.2304-beta
  • 7.1.1.2251-beta
  • 7.0.1.2244-beta
  • 7.0.1.2240-beta
  • 7.0.1.2230-beta
  • 7.0.1.2206-beta
22 results

viewer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Aleric Inglewood authored
    SNOW-240 was actually about adding the whole search.
    While this has been done, there is one issue left:
    On linux (and remember, all of this is about standalone)
    the libjson packages of distributions don't have this
    complex compiler version baked into their name.
    
    See also the last comment on SNOW-240:
    https://jira.secondlife.com/browse/SNOW-240?focusedCommentId=205305&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-205305
    
    This patch fixes this issue by first searching for
    libjson_linux-gcc-${_gcc_COMPILER_VERSION}_libmt.so
    and when that fails search for the system package
    library file libjson.so.
    5936ced3
    History