[med-svn] [Git][med-team/cd-hit][master] Makefile needs a proper C++ compiler
    Andreas Tille 
    gitlab at salsa.debian.org
       
    Sun Jul 21 23:39:11 BST 2019
    
    
  
Andreas Tille pushed to branch master at Debian Med / cd-hit
Commits:
3ed21027 by Andreas Tille at 2019-07-21T22:38:53Z
Makefile needs a proper C++ compiler
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+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 at debian.org>  Sun, 21 Jul 2019 22:59:07 +0200
+
 cd-hit (4.8.1-1) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
=====================================
debian/rules
=====================================
@@ -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)
View it on GitLab: https://salsa.debian.org/med-team/cd-hit/commit/3ed210275520fccb7506c9fb80c6cc4e8a405277
-- 
View it on GitLab: https://salsa.debian.org/med-team/cd-hit/commit/3ed210275520fccb7506c9fb80c6cc4e8a405277
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190721/179ea5f0/attachment.html>
    
    
More information about the debian-med-commit
mailing list