Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build the MariaODBC driver as a module #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 19, 2020

  1. Build the MariaODBC driver as a soname-less module

    When built as a module instead of a shared library, the library is
    no longer exporting an unversioned soname. Building the library with
    an unversioned soname is superfluous as the linker will use the
    filename for linking. The soname is only necessary when the library
    linked during build has different filename than the library to be
    used at runtime.
    AdamMajer committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    a8b74b4 View commit details
    Browse the repository at this point in the history