Michael R. Crusoe pushed to branch master at Debian Med / libssw


Commits:
5c90ddd8 by Michael R. Crusoe at 2024-03-25T15:20:45+01:00
d/rules: append extra flag for ppc64el, don't override.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+libssw (1.1-15) UNRELEASED; urgency=medium
+
+  * d/rules: append extra flag for ppc64el, don't override.
+
+ -- Michael R. Crusoe <cru...@debian.org>  Mon, 25 Mar 2024 15:20:44 +0100
+
 libssw (1.1-14) unstable; urgency=medium
 
   * d/libssw0.symbols: update for gcc-13.


=====================================
debian/rules
=====================================
@@ -6,8 +6,8 @@ export DEB_CFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP 
-fopenmp-simd -O3
 export DEB_CXXFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
 
 ifeq ($(DEB_BUILD_ARCH), ppc64el)
-export DEB_CFLAGS_MAINT_APPEND = -DNO_WARN_X86_INTRINSICS
-export DEB_CXXFLAGS_MAINT_APPEND = -DNO_WARN_X86_INTRINSICS
+export DEB_CFLAGS_MAINT_APPEND += -DNO_WARN_X86_INTRINSICS
+export DEB_CXXFLAGS_MAINT_APPEND += -DNO_WARN_X86_INTRINSICS
 endif
 
 include /usr/share/dpkg/default.mk



View it on GitLab: 
https://salsa.debian.org/med-team/libssw/-/commit/5c90ddd89d28e3b687faf9ea2027b79f455949c3

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/libssw/-/commit/5c90ddd89d28e3b687faf9ea2027b79f455949c3
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to