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

add default pkg_config_path #2

Merged
merged 1 commit into from
Jun 30, 2014
Merged

add default pkg_config_path #2

merged 1 commit into from
Jun 30, 2014

Conversation

kazeburo
Copy link
Owner

Failed install rrdtool on CentOS6 with this error.

checking for pango_cairo_context_set_font_options in -lpangocairo-1.0... yes
checking pango/pango.h usability... no
checking pango/pango.h presence... yes
configure: WARNING: pango/pango.h: present but cannot be compiled
configure: WARNING: pango/pango.h:     check for missing prerequisite headers?
configure: WARNING: pango/pango.h: see the Autoconf documentation
configure: WARNING: pango/pango.h:     section "Present But Cannot Be Compiled"
configure: WARNING: pango/pango.h: proceeding with the compiler's result
checking for pango/pango.h... no

CentOS6's pkg_config_path is /usr/lib64/pkgconfig

$ find /usr -name 'pango.pc'
/usr/lib64/pkgconfig/pango.pc

This p-r add /usr/lib64/pkgconfig to default pkg_config_path of MyBuilder.pm

@gfx
Copy link
Collaborator

gfx commented Jun 30, 2014

LGTM. Now you are a maintainer of Alien::RRDtool, so please release a new version.

kazeburo added a commit that referenced this pull request Jun 30, 2014
add default pkg_config_path
@kazeburo kazeburo merged commit 5182568 into kazeburo:master Jun 30, 2014
@kazeburo
Copy link
Owner Author

Just released 0.06 https://metacpan.org/release/KAZEBURO/Alien-RRDtool-0.06
Thank you!

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.

None yet

2 participants