[ocl-icd] 03/03: Enable bindnow linker flags as suggested by lintian
Vincent Danjean
vdanjean at debian.org
Thu Sep 8 23:26:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
vdanjean pushed a commit to branch master
in repository ocl-icd.
commit 343e5c2e7e74380b6b3a4210206a82d8c05d3068
Author: Vincent Danjean <Vincent.Danjean at ens-lyon.org>
Date: Fri Sep 9 01:23:05 2016 +0200
Enable bindnow linker flags as suggested by lintian
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 3dc1f1b..c229584 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ocl-icd (2.2.9-2) unstable; urgency=medium
* Now that C++ OpenCL headers are split, do not force their installation.
ocl-icd-opencl-dev depends on "opencl-c-headers | opencl-headers" instead
of only the later.
+ * enable bindnow linker flags as suggested by lintian
-- Vincent Danjean <vdanjean at debian.org> Fri, 09 Sep 2016 01:12:17 +0200
diff --git a/debian/rules b/debian/rules
index 352a4e9..70cf6ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
%:
dh $@ --parallel --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ocl-icd.git
More information about the Pkg-opencl-commits
mailing list