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 <[email protected]> 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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
