-
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.
Tor Didriksen authoredBug#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