Commit ab196fbc authored by Andreas Tille's avatar Andreas Tille
Browse files

Helmut Grohne: pass cross tools to plain make

parent 94c8f56f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
pirs (2.0.2+dfsg-8) UNRELEASED; urgency=medium

  * Team upload.
  * Fix FTCBFS: (Closes: #928856)
    + Let dh_auto_build pass cross tools to make.
    + Pass C++ compiler as CC.

 -- Helmut Grohne <helmut@subdivi.de>  Sun, 12 May 2019 09:51:09 +0200

pirs (2.0.2+dfsg-7) unstable; urgency=medium

  * debhelper 11
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ override_dh_auto_configure:

override_dh_auto_build:
	dh_auto_build
	cd src/stator/gcContCvgBias && make
	dh_auto_build --sourcedirectory=src/stator/gcContCvgBias -- CC='$$(CXX)'

override_dh_auto_install:
	dh_auto_install --sourcedirectory=src/stator/gcContCvgBias