diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2017-11-01 13:35:43 +0100 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2017-11-01 13:35:43 +0100 |
commit | d742ee6714e63a441262091c61338409efc08a45 (patch) | |
tree | f93ba361a1fa9f6efc164dc77ba6b9378585f313 | |
parent | b2654f613913987d685effc430a572927be87430 (diff) | |
download | vyatta-cfg-d742ee6714e63a441262091c61338409efc08a45.tar.gz vyatta-cfg-d742ee6714e63a441262091c61338409efc08a45.zip |
enable hardening and remove deprecation allowing
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 42dc3ce..eab1375 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,7 @@ export DH_OPTIONS ## uncomment to enable hardening -#export DEB_BUILD_HARDENING=1 -CXXFLAGS += -Wno-deprecated-declarations +export DEB_BUILD_HARDENING=1 cfg_opts := --prefix=/opt/vyatta cfg_opts += --libdir=/usr/lib |