[med-svn] [Git][med-team/vsearch][master] Do not compile with -std=c++11 on ppc64el

Nilesh Patra gitlab at salsa.debian.org
Wed Feb 3 13:35:28 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / vsearch


Commits:
13819a61 by Nilesh Patra at 2021-02-03T19:04:35+05:30
Do not compile with -std=c++11 on ppc64el

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -18,9 +18,13 @@ else
 endif
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CXXFLAGS_MAINT_APPEND  = -flto -std=c++11
+export DEB_CXXFLAGS_MAINT_APPEND  = -flto
 export DEB_LDFLAGS_MAINT_APPEND = -flto
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),ppc64el))
+     DEB_CXXLAGS_MAINT_APPEND += -std=c++11
+endif
+
 %:
 	dh $@
 



View it on GitLab: https://salsa.debian.org/med-team/vsearch/-/commit/13819a611360a8544f0269f591fce11e73e1922e

-- 
View it on GitLab: https://salsa.debian.org/med-team/vsearch/-/commit/13819a611360a8544f0269f591fce11e73e1922e
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/20210203/9fedcf59/attachment.html>


More information about the debian-med-commit mailing list