[med-svn] [Git][med-team/castxml][master] 2 commits: Fix mipsel build by linking with libatomic.

Steven Robbins gitlab at salsa.debian.org
Thu Nov 14 00:14:01 GMT 2019



Steven Robbins pushed to branch master at Debian Med / castxml


Commits:
11f0e077 by Steven Robbins at 2019-10-19T19:33:53Z
Fix mipsel build by linking with libatomic.

- - - - -
f5cdf45c by Steven Robbins at 2019-10-19T19:37:33Z
Release 0.2.0-3

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0003-Link-against-libatomic.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+castxml (0.2.0-3) unstable; urgency=medium
+
+  [ Steven Robbins ]
+  * Fix mipsel build by linking with libatomic.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 19 Oct 2019 14:37:05 -0500
+
 castxml (0.2.0-2) unstable; urgency=medium
 
   * upload to unstable


=====================================
debian/patches/0003-Link-against-libatomic.patch
=====================================
@@ -0,0 +1,21 @@
+From: Steven Robbins <steve at sumost.ca>
+Date: Sat, 19 Oct 2019 14:31:20 -0500
+Subject: Link against libatomic.
+
+---
+ src/CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 6c8e0f2..c39ea38 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -66,7 +66,7 @@ if(LLVM_LINK_LLVM_DYLIB)
+   set(USE_SHARED USE_SHARED)
+ endif()
+ llvm_config(castxml ${USE_SHARED} ${llvm_libs})
+-target_link_libraries(castxml PRIVATE ${clang_libs})
++target_link_libraries(castxml PRIVATE ${clang_libs} atomic)
+ 
+ set_property(SOURCE Utils.cxx APPEND PROPERTY COMPILE_DEFINITIONS
+   "CASTXML_INSTALL_DATA_DIR=\"${CastXML_INSTALL_DATA_DIR}\"")


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,3 @@
 0001-fix-version-test-to-allow-text-before-clang.patch
 0002-dont-install-license-file.patch
-
+0003-Link-against-libatomic.patch



View it on GitLab: https://salsa.debian.org/med-team/castxml/compare/b92024302ac62f13a68231a4ff63bb134a0bbee8...f5cdf45cf67b488d8bb4de46dfe3d6273747d3ce

-- 
View it on GitLab: https://salsa.debian.org/med-team/castxml/compare/b92024302ac62f13a68231a4ff63bb134a0bbee8...f5cdf45cf67b488d8bb4de46dfe3d6273747d3ce
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/20191114/7c3218cc/attachment-0001.html>


More information about the debian-med-commit mailing list