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

MDEV-23538: Rename mariadb.pc to mariadb-embedded-server.pc to avoid confusion #1800

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

Commits on May 5, 2024

  1. MDEV-23538: Rename mariadb.pc to mariadb-server-embedded.pc to avoid …

    …confusion
    
    Change so that the client library config can be accessed using the name
    mariadb.pc (or libmariadb.pc).
    
    Rename old mariadb.pc to mariadb-embedded-server.pc to better indicate
    that the config is for the daemon build, not client.
    
    Also keep/include names with 'lib' as symlinks, as it aligns with how most
    of *.pc files are named in general.
    
    In downstream Debian we already ship the libmariadb.pc as mariadb.pc:
    https://salsa.debian.org/mariadb-team/mariadb-10.5/-/commit/2f183af990fbe1cfa8c343998c7640f45f45368b
    
    After this change we would have for the files:
    - mariadb.pc for client (with libmariadb.pc as symlink)
    - mariadb-embedded-sever.pc for server (with libmariadbd.pc as symlink)
    ottok committed May 5, 2024
    Configuration menu
    Copy the full SHA
    cb41451 View commit details
    Browse the repository at this point in the history