[Pkg-freeipa-devel] [Git][freeipa-team/389-ds-base][master] rules: Add -latomic to LDFLAGS on archs failing to build. (Closes: #910982)

Timo Aaltonen gitlab at salsa.debian.org
Tue Dec 4 09:39:39 GMT 2018


Timo Aaltonen pushed to branch master at FreeIPA packaging / 389-ds-base


Commits:
55360ef9 by Timo Aaltonen at 2018-12-04T09:39:30Z
rules: Add -latomic to LDFLAGS on archs failing to build. (Closes: #910982)

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+389-ds-base (1.4.0.19-2) UNRELEASED; urgency=medium
+
+  * rules: Add -latomic to LDFLAGS on archs failing to build. (Closes:
+    #910982)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Tue, 04 Dec 2018 11:39:24 +0200
+
 389-ds-base (1.4.0.19-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -3,6 +3,11 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+pie
 
+
+ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mips mipsel powerpc powerpcspe sh4))
+  export DEB_LDFLAGS_MAINT_APPEND=-latomic
+endif
+
 # Keep track of files we don't install
 NOT_INSTALLED := \
 	usr/share/cockpit/389-console/static/bootstrap.min.js \



View it on GitLab: https://salsa.debian.org/freeipa-team/389-ds-base/commit/55360ef95674c3dde129edb7a015583885ea1949

-- 
View it on GitLab: https://salsa.debian.org/freeipa-team/389-ds-base/commit/55360ef95674c3dde129edb7a015583885ea1949
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-freeipa-devel/attachments/20181204/c08f52b6/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list