[med-svn] [Git][med-team/libssw][master] d/rules: append extra flag for ppc64el, don't override.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Apr 17 16:07:19 BST 2024
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 <crusoe at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240417/daab50ae/attachment-0001.htm>
More information about the debian-med-commit
mailing list