[Git][debian-gis-team/sfcgal][master] 3 commits: Add -latomic to CXXFLAGS on mipsel to workaround #1005696.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sun Feb 13 17:51:30 GMT 2022



Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal


Commits:
41082d88 by Bas Couwenberg at 2022-02-13T17:58:51+01:00
Add -latomic to CXXFLAGS on mipsel to workaround #1005696.

- - - - -
b4e5ccbe by Bas Couwenberg at 2022-02-13T18:01:48+01:00
Update symbols for other architectures.

- - - - -
2e47bd0a by Bas Couwenberg at 2022-02-13T18:01:48+01:00
Set distribution to experimental.

- - - - -


3 changed files:

- debian/changelog
- debian/libsfcgal1.symbols
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+sfcgal (1.4.1-3~exp1) experimental; urgency=medium
+
+  * Add -latomic to CXXFLAGS on mipsel to workaround #1005696.
+  * Update symbols for other architectures.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 13 Feb 2022 17:58:54 +0100
+
 sfcgal (1.4.1-2) unstable; urgency=medium
 
   * Update watch file to fix tag sorting.


=====================================
debian/libsfcgal1.symbols
=====================================
The diff for this file was not included because it is too large.

=====================================
debian/rules
=====================================
@@ -17,6 +17,10 @@ ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armhf mips mipsel ppc64el))
     CMAKECXXFLAGS="-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=' -O2 -g1 -DNDEBUG'"
 endif
 
+ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel))
+    export DEB_CXXFLAGS_MAINT_APPEND=-latomic
+endif
+
 # main packaging script based on dh7 syntax
 %:
 	dh $@ --with pkgkde_symbolshelper



View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/01fb0d7ee6083193e0398be51435e96a49e29221...2e47bd0a1d3a4a9e62341689bdd4bd04f9015d2f

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/compare/01fb0d7ee6083193e0398be51435e96a49e29221...2e47bd0a1d3a4a9e62341689bdd4bd04f9015d2f
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-grass-devel/attachments/20220213/66600de1/attachment.htm>


More information about the Pkg-grass-devel mailing list