diff options
Diffstat (limited to 'Debian/Debhelper/Buildsystem/makefile.pm')
-rw-r--r-- | Debian/Debhelper/Buildsystem/makefile.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm index 6ea8e39f..42b184e4 100644 --- a/Debian/Debhelper/Buildsystem/makefile.pm +++ b/Debian/Debhelper/Buildsystem/makefile.pm @@ -12,8 +12,9 @@ use Debian::Debhelper::Dh_Lib qw(dpkg_architecture_value escape_shell clean_jobs use parent qw(Debian::Debhelper::Buildsystem); my %DEB_DEFAULT_TOOLS = ( - 'CC' => 'gcc', - 'CXX' => 'g++', + 'CC' => 'gcc', + 'CXX' => 'g++', + 'PKG_CONFIG' => 'pkg-config', ); # make makes things difficult by not providing a simple way to test |