[med-svn] [Git][med-team/castxml][master] 3 commits: d/rules: Add -latomic to libs on armel, clang requires it
Gert Wollny
gitlab at salsa.debian.org
Sun Dec 2 08:30:15 GMT 2018
Gert Wollny pushed to branch master at Debian Med / castxml
Commits:
0dbc4c33 by Gert Wollny at 2018-12-01T18:19:34Z
d/rules: Add -latomic to libs on armel, clang requires it
- - - - -
fe5ee393 by Gert Wollny at 2018-12-01T18:20:03Z
Update changelog
- - - - -
65d31524 by Gert Wollny at 2018-12-01T18:26:28Z
Update for release
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+castxml (0.1+git20180702-3) unstable; urgency=medium
+
+ * d/rules: Add -latomic to libs on armel, clang requires it
+
+ -- Gert Wollny <gewo at debian.org> Sat, 01 Dec 2018 19:26:16 +0100
+
castxml (0.1+git20180702-2) unstable; urgency=medium
* Update changelog for upload [ci skip]
=====================================
debian/rules
=====================================
@@ -2,6 +2,12 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+# clang pulls in atomics that require an extra library on armel
+ifeq ($(DEB_HOST_ARCH),armel)
+export DEB_LDFLAGS_MAINT_APPEND=-latomic
+endif
+
+
CMAKE_FLAGS = -DCastXML_INSTALL_DOC_DIR:STRING=/usr/share/doc/castxml \
-DLLVM_DIR=/usr/lib/llvm-4.0/cmake
View it on GitLab: https://salsa.debian.org/med-team/castxml/compare/96a4587f7544fd72b7cd7f00f993600feced1853...65d31524b500eea7d16409d4ff9d556963f38766
--
View it on GitLab: https://salsa.debian.org/med-team/castxml/compare/96a4587f7544fd72b7cd7f00f993600feced1853...65d31524b500eea7d16409d4ff9d556963f38766
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/20181202/d7912c10/attachment.html>
More information about the debian-med-commit
mailing list