diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-28 17:55:49 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-28 17:55:49 +0000 |
commit | 1d0761032043a22d4c2f6ba6fca7741f4fb010ac (patch) | |
tree | 3087c28d9d3204db7c7a4345fda0c8b9e60edbd4 /debian | |
parent | 49304bbe8f8ce1d40842120906b25fcef25d159c (diff) |
Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL
Removed unused CXX
added the following default compiler flags:
-Wdeclaration-after-statement
-Wsequence-point
-Wparentheses
-Winit-self
-Wuninitialized
-Wformat
-fstrict-aliasing -Wstrict-aliasing=2
added the following default linker flags:
-Wl,--discard-all
-Wl,--no-undefined
Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b9ee660..5464bee 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: web Priority: optional Maintainer: Xavier Roche <roche@httrack.com> Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, autotools-dev, autoconf, automake, libtool, zlib1g-dev, libssl-dev +Build-Depends: debhelper (>= 8.0.0), dh-autoreconf, autotools-dev, autoconf, autoconf-archive, automake, libtool, zlib1g-dev, libssl-dev Homepage: http://www.httrack.com Vcs-Svn: http://httrack.googlecode.com/svn/trunk Vcs-Browser: https://code.google.com/p/httrack/source/browse/trunk/src |