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: add feature to generate pkg-config metadata file at build time #128

Merged
merged 1 commit into from
Aug 18, 2019

Conversation

ghedo
Copy link
Member

@ghedo ghedo commented Aug 18, 2019

This is a bit of a hack, but cargo doesn't exactly make this easy.

This can be used to build exernal projects that use libquiche.{a,so}
(e.g. curl) without having to hard-code paths.

To enable it, pass "--features pkg-config-meta" to cargo build.

This is a bit of a hack, but cargo doesn't exactly make this easy.

This can be used to build exernal projects that use libquiche.{a,so}
(e.g. curl) without having to hard-code paths.

To enable it, pass "--features pkg-config-meta" to cargo build.
@ghedo ghedo requested a review from a team as a code owner August 18, 2019 16:51
@ghedo ghedo merged commit d9ca51e into master Aug 18, 2019
@ghedo ghedo deleted the pkg-config branch August 18, 2019 17:21
bagder pushed a commit to curl/curl that referenced this pull request Aug 20, 2019
This removes the need to hard-code the quiche target path in
configure.ac.

This depends on cloudflare/quiche#128

Closes #4237
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.

1 participant