• Robert Bindar's avatar
    MDEV-21206 Can't link zlib library during DBD::mysql installation · b0827168
    Robert Bindar authored
    mysql_config should never return -lzlib as linking flag.
    Clients trying to link against mariadb that use the output of
    mysql_config experience linking error because we return -lzlib
    when we don't ship any libzlib.a in our binary tarballs, bundled
    zlib static library is already linked.
    b0827168
for_clients.cmake 2.77 KB