Bas Couwenberg pushed to branch master at Debian GIS Project / sfcgal
Commits: 548b7e17 by Bas Couwenberg at 2020-01-16T09:46:33+01:00 Apply patch by Gianfranco Costamagna to use -02 on armhf & ppc64el too. (closes: #949025) - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,8 @@ sfcgal (1.3.7-5) UNRELEASED; urgency=medium * Drop Name field from upstream metadata. + * Apply patch by Gianfranco Costamagna to use -02 on armhf & ppc64el too. + (closes: #949025) -- Bas Couwenberg <[email protected]> Mon, 09 Dec 2019 09:43:37 +0100 ===================================== debian/rules ===================================== @@ -13,7 +13,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_BUILD_MAINT_OPTIONS=hardening=+all # reduce debug info to fix FTBFS on archs with few address space -ifneq (,$(filter $(DEB_HOST_ARCH),arm64 mips mipsel)) +ifneq (,$(filter $(DEB_HOST_ARCH),arm64 armhf mips mipsel ppc64el)) CMAKECXXFLAGS="-DCMAKE_CXX_FLAGS_RELWITHDEBINFO=' -O2 -g1 -DNDEBUG'" endif View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/commit/548b7e17db036f4dfc60b2cff731766f4416313a -- View it on GitLab: https://salsa.debian.org/debian-gis-team/sfcgal/commit/548b7e17db036f4dfc60b2cff731766f4416313a 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
