Skip to content

Allow building mysqlclient without server deps#680

Open
BlackDex wants to merge 1 commit into
mysql:trunkfrom
BlackDex:allow-building-libmysqclient-only
Open

Allow building mysqlclient without server deps#680
BlackDex wants to merge 1 commit into
mysql:trunkfrom
BlackDex:allow-building-libmysqclient-only

Conversation

@BlackDex

Copy link
Copy Markdown

Currently when I only want to build the mysqlclient library I'm forced to also provide the ncurses/readline and rpc, but the client does not need those.

With these changes will check if the WITHOUT_SERVER flag is set and skip those checks. Building the client still works this way.

I'm not sure if this might have other implications though with other parts of libraries able to build this way, but I think this should be fine.

Currently when I only want to build the mysqlclient library I'm forced
to also provide the ncurses/readline and rpc, but the client does not need those.

With these changes will check if the `WITHOUT_SERVER` flag is set and
skip those checks. Building the client still works this way.

Signed-off-by: BlackDex <black.dex@gmail.com>
@mysql-oca-bot

Copy link
Copy Markdown

Hi, thank you for submitting this pull request. In order to consider your code we need you to sign the Oracle Contribution Agreement (OCA). Please review the details and follow the instructions at https://oca.opensource.oracle.com/
Please make sure to include your MySQL bug system user (email) in the returned form.
Thanks

@BlackDex

Copy link
Copy Markdown
Author

@mysql-oca-bot I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants