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

[sqlite3] Provide .pc pkg-config files #14327

Closed
traversaro opened this issue Oct 31, 2020 · 1 comment
Closed

[sqlite3] Provide .pc pkg-config files #14327

traversaro opened this issue Oct 31, 2020 · 1 comment
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@traversaro
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The sqlite3 library on Unix system provides .pc files (see for example https://packages.debian.org/jessie/amd64/libsqlite3-dev/filelist), but the CMake-based build system maintained in vcpkg does not install them. This may be problematic because downstream build system that depend on sqlite3 may expect this .pc files to be available on Linux/macOS .

Proposed solution
We should modify the sqlite3 CMake-based build system maintained in vcpkg to emit .pc as done by the native sqlite3 build system.

Additional context
This issue is similar in #11817 and emerged in the same context: while packaging the ignition-transport library and its .pc files.

@JackBoosY JackBoosY added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Nov 2, 2020
@autoantwort
Copy link
Contributor

This can be closed, there is now a .pc file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

No branches or pull requests

3 participants