It is my bad. I mean to send this to fwts-devel. Please ignore this mail. On Tue, Jul 24, 2012 at 6:27 PM, Keng-Yu Lin <[email protected]> wrote: > Several compile-time options to help against memory corruption attacks, or > provide additional warning messages during compiles. > > Please see http://wiki.debian.org/Hardening for defail. > > Signed-off-by: Keng-Yu Lin <[email protected]> > --- > debian/control | 2 +- > debian/rules | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/debian/control b/debian/control > index cd7e199..1f93c6a 100644 > --- a/debian/control > +++ b/debian/control > @@ -4,7 +4,7 @@ Priority: optional > Maintainer: Firmware Testing Team <[email protected]> > Uploaders: Colin King <[email protected]>, Keng-Yu Lin > <[email protected]>, Alex Hung <[email protected]>, Chris Van Hoof > <[email protected]>, Ivan Hu <[email protected]> > Standards-Version: 3.9.3 > -Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, > libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison > +Build-Depends: debhelper (>= 7.0.50~), autoconf, automake, libtool, > libpcre3-dev (>= 7.8), libjson0-dev (>= 0.9), flex, bison, hardening-wrapper > > Package: fwts > Architecture: any > diff --git a/debian/rules b/debian/rules > index 0f317e6..4af7a4f 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -1,5 +1,7 @@ > #!/usr/bin/make -f > > +export DEB_BUILD_HARDENING=1 > + > override_dh_auto_configure: > autoreconf -ivf > dh_auto_configure > -- > 1.7.9.5 >
-- ubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel
