Commit 3ed21027 authored by Andreas Tille's avatar Andreas Tille
Browse files

Makefile needs a proper C++ compiler

parent 6a193fc4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
cd-hit (4.8.1-2) UNRELEASED; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Makefile expects a C++ compiler in $CC. (Closes: #932652)

 -- Andreas Tille <tille@debian.org>  Sun, 21 Jul 2019 22:59:07 +0200

cd-hit (4.8.1-1) unstable; urgency=medium

  [ Jelmer Vernooij ]
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ mandir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1/
	dh $@

override_dh_auto_build:
	dh_auto_build -- openmp=yes
	dh_auto_build -- openmp=yes CC='$$(CXX)'

override_dh_installman:
	mkdir -p $(mandir)