Subject: | DEB_HOST_MULTIARCH warning on Debian 6 (squeeze) |
Hi,
Thanks for implementing this module. Unfortunately, I've run into an aesthetic problem. dpkg-architecture on Debian 6 doesn't support the DEB_HOST_MULTIARCH variable, and squawks about it:
% perl -MPkgConfig -e 1
DEB_HOST_MULTIARCH is not a supported variable name at /usr/bin/dpkg-architecture line 214.
As I'm using PkgConfig in a program (rather than in a build script such as Makefile.PL or Build.PL) this shows up every time the program is run.
Any chance of quieting things down?
Thanks!
Diab