Skip to content
  • Tor Didriksen's avatar
    3cf5963e
    Bug#16296509 SEGMENTATION FAULT, MYSQL CLIENT · 3cf5963e
    Tor Didriksen authored
    Bug#68231 Segmentation Fault, mysql client
    
    If we use the bundled libedit code, then ensure that we build a static library.
    If it is built as a shared library, we might end up compiling/linking with the bundled code,
    but actually use the system library at load/run-time.
    3cf5963e
    Bug#16296509 SEGMENTATION FAULT, MYSQL CLIENT
    Tor Didriksen authored
    Bug#68231 Segmentation Fault, mysql client
    
    If we use the bundled libedit code, then ensure that we build a static library.
    If it is built as a shared library, we might end up compiling/linking with the bundled code,
    but actually use the system library at load/run-time.
Loading