Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: 90c4da94 by Bas Couwenberg at 2022-02-26T22:00:00+01:00 Drop -latomic workaround, fixed in cgal (5.4-2). - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +sfcgal (1.4.1-3~exp3) UNRELEASED; urgency=medium + + * Drop -latomic workaround, fixed in cgal (5.4-2). + + -- Bas Couwenberg <[email protected]> Sat, 26 Feb 2022 21:59:21 +0100 + sfcgal (1.4.1-3~exp2) experimental; urgency=medium * Use LDFLAGS for -latomic and add -Wl,--no-as-needed to CXXFLAGS on mipsel. ===================================== debian/rules ===================================== @@ -17,11 +17,6 @@ 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=-Wl,--no-as-needed - export DEB_LDFLAGS_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/-/commit/90c4da9460387441dab7701c17dfcef7cc5b08df -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/-/commit/90c4da9460387441dab7701c17dfcef7cc5b08df 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
