[ompl] 06/07: Added hardening=+bindnow to DEB_BUILD_MAINT_OPTIONS

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Aug 30 11:09:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ompl.

commit 6860731436dd4ee81ecf24506994c640dbeb5c97
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Tue Aug 30 12:58:29 2016 +0200

    Added hardening=+bindnow to DEB_BUILD_MAINT_OPTIONS
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 8994eee..9aa4e6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_BUILD_OPTIONS += nocheck
 export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ompl.git



More information about the debian-science-commits mailing list