[pkg-nagios-changes] [Git][nagios-team/pkg-icinga2][master] 2 commits: Add -latomic to LDFLAGS on some architectures to fix FTFBS.

Bas Couwenberg gitlab at salsa.debian.org
Fri Oct 18 15:55:33 BST 2019



Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-icinga2


Commits:
48c34e39 by Bas Couwenberg at 2019-10-18T14:34:26Z
Add -latomic to LDFLAGS on some architectures to fix FTFBS.

- - - - -
f2e78a3a by Bas Couwenberg at 2019-10-18T14:34:29Z
Set distribution to experimental.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+icinga2 (2.11.1-2~exp1) experimental; urgency=medium
+
+  * Team upload.
+  * Add -latomic to LDFLAGS on some architectures to fix FTFBS.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 18 Oct 2019 16:32:56 +0200
+
 icinga2 (2.11.1-1) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -6,6 +6,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 
 export CTEST_OUTPUT_ON_FAILURE=1
 
@@ -14,6 +15,10 @@ ifneq (,$(findstring $(DEB_BUILD_ARCH),"armhf mips mipsel"))
 	UNITY_BUILD = -DICINGA2_UNITY_BUILD=Off
 endif
 
+ifneq (,$(filter $(DEB_HOST_ARCH),armel m68k mips mipsel powerpc powerpcspe sh4))
+	export DEB_LDFLAGS_MAINT_APPEND = -latomic
+endif
+
 %:
 	dh $@ --with systemd --with bash_completion --parallel
 



View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/compare/5eeb72b15ef1e11a6046373366aff21e9193f005...f2e78a3a8abb91d17b8ed85e30a279251cc03545

-- 
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icinga2/compare/5eeb72b15ef1e11a6046373366aff21e9193f005...f2e78a3a8abb91d17b8ed85e30a279251cc03545
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/pkg-nagios-changes/attachments/20191018/379703a0/attachment.html>


More information about the pkg-nagios-changes mailing list