Bas Couwenberg pushed to branch master at Debian GIS Project / gdal-grass
Commits: 07537c79 by Bas Couwenberg at 2018-06-09T22:44:13+02:00 Explicitly disable --as-needed on Ubuntu. See: https://trac.osgeo.org/osgeolive/ticket/2068 - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libgdal-grass (2.3.0-2) UNRELEASED; urgency=medium + + * Explicitly disable --as-needed on Ubuntu. + See: https://trac.osgeo.org/osgeolive/ticket/2068 + + -- Bas Couwenberg <[email protected]> Sat, 09 Jun 2018 22:43:46 +0200 + libgdal-grass (2.3.0-1) unstable; urgency=medium * Bump minimum GDAL version to 2.3.0. ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ VENDOR_DERIVES_FROM_UBUNTU ?= $(shell dpkg-vendor --derives-from Ubuntu && echo ifeq ($(VENDOR_DERIVES_FROM_UBUNTU),yes) export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie + export DEB_LDFLAGS_MAINT_APPEND=--no-as-needed endif PKGNAME=$(shell grep Package: debian/control | head -1 | cut -d' ' -f2) View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/commit/07537c79cd63236e2c262e9c52303f0c4f13a1c7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/commit/07537c79cd63236e2c262e9c52303f0c4f13a1c7 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
