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

Try using pkg-config for libraries when possible #687

Closed
wants to merge 1 commit into from
Closed

Try using pkg-config for libraries when possible #687

wants to merge 1 commit into from

Conversation

nanaya
Copy link

@nanaya nanaya commented May 26, 2012

Related to issue #584. Not quite the wanted solution but this one is simple two lines patch. Allows installation on DragonFly BSD (yes, really) without specifying extra parameters (the libraries are installed under /usr/pkg).

This allows for non-standard location of those libraries by using
pkg-config when possible, removing the need to specify
--with-$LIB-{include,lib} when building the gem.

This allows for non-standard location of those libraries by using
pkg-config when possible, removing the need to specify
--with-$LIB-{include,lib} when building the gem.
@flavorjones flavorjones closed this Jun 7, 2012
@flavorjones
Copy link
Member

Closing, via commit 5c0e5c3.

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