Package: debhelper Version: 9.20130720 Hi,
qmake.pm passing CPPFLAGS after CFLAGS or CXXFLAGS -------------------------- if ($ENV{CFLAGS}) { push @flags, "QMAKE_CFLAGS_RELEASE=$ENV{CFLAGS} $ENV{CPPFLAGS}"; push @flags, "QMAKE_CFLAGS_DEBUG=$ENV{CFLAGS} $ENV{CPPFLAGS}"; } if ($ENV{CXXFLAGS}) { push @flags, "QMAKE_CXXFLAGS_RELEASE=$ENV{CXXFLAGS} $ENV{CPPFLAGS}"; push @flags, "QMAKE_CXXFLAGS_DEBUG=$ENV{CXXFLAGS} $ENV{CPPFLAGS}"; ------------------------ I am not sure, but shouldn't be CPPFLAGS passed before CFLAGS or CXXFLAGS? http://www.gnu.org/software/make/manual/html_node/Catalogue-of-Rules.html best regards mira -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org