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