[Git][debian-gis-team/tilemaker][master] Added libatomic for armel, mipsel and powerpc architectures.

ǝɹʇʇɐʃǝ◖ xıʃǝɟ (@xamanu) gitlab at salsa.debian.org
Wed Aug 3 13:58:24 BST 2022



ǝɹʇʇɐʃǝ◖ xıʃǝɟ pushed to branch master at Debian GIS Project / tilemaker


Commits:
b7fde355 by Felix Delattre at 2022-08-03T12:58:15+00:00
Added libatomic for armel, mipsel and powerpc architectures.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+tilemaker (2.2.0-2) unstable; urgency=medium
+
+  * Added libatomic for armel, mipsel and powerpc architectures.
+
+ -- Felix Delattre <debian at xama.nu>  Wed, 03 Aug 2022 12:57:08 +0000
+
 tilemaker (2.2.0-1) unstable; urgency=medium
 
   [ Felix Delattre ]


=====================================
debian/rules
=====================================
@@ -10,7 +10,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 include /usr/share/dpkg/pkg-info.mk
 TM_VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
 
-export DEB_CXXFLAGS_MAINT_APPEND=-DTM_VERSION=$(TM_VERSION)
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel mipsel powerpc))
+    export DEB_CXXFLAGS_MAINT_APPEND=-DTM_VERSION=$(TM_VERSION) -latomic
+else
+    export DEB_CXXFLAGS_MAINT_APPEND=-DTM_VERSION=$(TM_VERSION)
+endif
 
 %:
 	dh $@ --buildsystem=cmake



View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/b7fde35554b35183cfdc62b99846b7489001d131

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/tilemaker/-/commit/b7fde35554b35183cfdc62b99846b7489001d131
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/20220803/34d47f20/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list