diff --git a/debian/rules b/debian/rules index a57ebd1f..337afc96 100755 --- a/debian/rules +++ b/debian/rules @@ -213,8 +213,8 @@ override_dh_auto_configure: preconfigure cov-configure --compiler clang --comptype clang; \ cov-configure --compiler gcc-6 --comptype gcc; \ cov-configure --compiler g++-6 --comptype gcc; \ - cov-configure -co /usr/bin/g++-6 -- -std=c++0x -fPIC -std=c++11; \ - cov-configure -co /usr/bin/gcc-6 -- -fPIC; \ + cov-configure -co /usr/bin/g++-6 --comptype gcc -- -std=c++0x -fPIC -std=c++11; \ + cov-configure -co /usr/bin/gcc-6 --comptype gcc -- -fPIC; \ cov-configure --compiler cc --comptype gcc --template \ --xml-option append_arg:"--ppp_translator" \ --xml-option append_arg:"replace/llvm::AlignOf::Alignment/(llvm::AlignOf::Alignment)" \