Package: superkb / 0.23-2

Metadata

Package Version Patches format
superkb 0.23-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
let debian override pedantic errors | (download)

Makefile | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 let debian override --pedantic-errors
 Upstream Superkb will always compile using --pedantic-errors. This
 patch allows debian/rules to export an OVERRIDE_PEDANTIC_ERRORS
 variable so this can be disabled.
 .
 The motivation for this patch is that GCC 6 is detecting an ISO C
 violation by GObject, even though it is valid in GNU C. This patch
 worksaround the fixed --pedantic-errors parameter so it lets
 compilation of Superkb succeed. 
 .
 This patch is used together with OVERRIDE_PEDANTIC_ERRORS in
 debian/rules.