[Git][debian-gis-team/sfcgal][master] Use LDFLAGS for -latomic and add -Wl,--no-as-needed to CXXFLAGS on mipsel.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Feb 14 09:00:44 GMT 2022



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


Commits:
d269d897 by Bas Couwenberg at 2022-02-14T09:52:38+01:00
Use LDFLAGS for -latomic and add -Wl,--no-as-needed to CXXFLAGS on mipsel.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sfcgal (1.4.1-3~exp2) UNRELEASED; urgency=medium
+
+  * Use LDFLAGS for -latomic and add -Wl,--no-as-needed to CXXFLAGS on mipsel.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 14 Feb 2022 09:52:04 +0100
+
 sfcgal (1.4.1-3~exp1) experimental; urgency=medium
 
   * Add -latomic to CXXFLAGS on mipsel to workaround #1005696.


=====================================
debian/rules
=====================================
@@ -18,7 +18,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armhf mips mipsel ppc64el))
 endif
 
 ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel))
-    export DEB_CXXFLAGS_MAINT_APPEND=-latomic
+    export DEB_CXXFLAGS_MAINT_APPEND=-Wl,--no-as-needed
+    export DEB_LDFLAGS_MAINT_APPEND=-latomic
 endif
 
 # main packaging script based on dh7 syntax



View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/d269d897403658dd57ffed07a1a3506fc97d7ccc

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/d269d897403658dd57ffed07a1a3506fc97d7ccc
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/20220214/c555d7d7/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list