[Pkg-sdl-commits] [libsdl2-gfx] 02/03: Enable build hardening "+bindnow"
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Sat Oct 28 21:50:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/1.0.1+dfsg-6
in repository libsdl2-gfx.
commit 1090ff160be212deaf7e509625636e189ecf0f01
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Sat Oct 28 23:38:43 2017 +0200
Enable build hardening "+bindnow"
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 41ed1c2..7baecf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libsdl2-gfx (1.0.1+dfsg-6) UNRELEASED; urgency=medium
* Bump Policy Standards-Version to 4.1.1
- Stop using priority "extra" for the -doc package
+ * Enable build hardening "+bindnow"
-- Manuel A. Fernandez Montecelo <mafm at debian.org> Sat, 28 Oct 2017 23:22:32 +0200
diff --git a/debian/rules b/debian/rules
index 620e0fd..2add4a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed -lm
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-gfx.git
More information about the pkg-sdl-commits
mailing list