Skip to content
  • Kyle Edwards's avatar
    CPack: Fix SONAME regex in DEB generator · 3092c27f
    Kyle Edwards authored
    The DEB generator was written to parse output from GNU readelf.
    However, LLVM's readelf has a slightly different output format,
    without parentheses around the word "SONAME". Update the regex to
    account for this difference.
    
    Fixes: #19362
    3092c27f