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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to