Skip to content

Makefile.PL: Allow specifying pkg-config via $ENV{'PKG_CONFIG'}

Florian Klink requested to merge flokli/perl-net-dbus:makefile-pkg-config into master

In some edge cases (like cross compilation), it might be desirable to explicitly configure the path to the pkgconfig binary.

Support doing this via the PKG_CONFIG environment variable.

Merge request reports

Loading