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

Create and install shared library with version on MinGW #663

Merged
merged 1 commit into from Dec 15, 2022

Commits on Dec 15, 2022

  1. Create and install shared library with version on MinGW

    In package-oriented distributions like openSUSE, shared libraries are
    usually installed with a version to better handle dependencies between
    packages.
    
    The main rationale is to allow for two or more (incompatible)
    versions of a shared library, such as libfoo.so.1 and libfoo.so.2 to be
    independently selectively installable (and trackable by rpm) at the same
    time without causing package conflicts.
    
    To achieve this also for MinGW based packages installed on a distribution,
    the shared library 'vsg' for this compiler is also created and installed
    with version.
    rhabacker committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    d2f8b2f View commit details
    Browse the repository at this point in the history