Gert Wollny pushed to branch master at Debian Med / castxml
Commits: 3cb6a7b7 by Gert Wollny at 2020-04-26T16:07:23+02:00 d/p/0003: re-add libatomic patch - - - - - 6ee3e37b by Gert Wollny at 2020-04-26T16:07:23+02:00 new upload - - - - - 3 changed files: - debian/changelog - + debian/patches/0003_libatomic.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +castxml (0.3.3-2) unstable; urgency=medium + + * d/p/0003: re-add libatomic patch + + -- Gert Wollny <[email protected]> Sun, 26 Apr 2020 16:03:26 +0200 + castxml (0.3.3-1) unstable; urgency=medium * New upstream version 0.3.3 ===================================== debian/patches/0003_libatomic.patch ===================================== @@ -0,0 +1,14 @@ +Author: Gert Wollny <[email protected]> +Description: explicitly link against libatomic + +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -81,7 +81,7 @@ + else() + set(maybe_PRIVATE "") + endif() +-target_link_libraries(castxml ${maybe_PRIVATE} ${clang_libs}) ++target_link_libraries(castxml ${maybe_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 +1,2 @@ 0002-dont-install-license-file.patch +0003_libatomic.patch View it on GitLab: https://salsa.debian.org/med-team/castxml/-/compare/84fa7d36a2ee89b26d8219d745224d0564515643...6ee3e37b4c30621439351d25775223efab0619fb -- View it on GitLab: https://salsa.debian.org/med-team/castxml/-/compare/84fa7d36a2ee89b26d8219d745224d0564515643...6ee3e37b4c30621439351d25775223efab0619fb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
