Package: stringencoders
Version: 3.10.3+git20160118-1
Severity: important
Tags: sid + patch
Justification: FTBFS
User: debian-m...@lists.debian.org
Usertags: mips-patch

Hi,

Package stringencoders FTBFS on several platforms (mips, powerpc, 
kfreebsd-amd64, ...)
because warnings are treated as errors.
This patch was included in the earlier version (3.10.3-2).
Could you please include this patch into the latest version?

Thanks,
Daniel
--- stringencoders-3.10.3+git20160118.orig/configure.ac
+++ stringencoders-3.10.3+git20160118/configure.ac
@@ -19,7 +19,7 @@ B64WCHARS="-_."
 AC_ARG_WITH([b64wchars], AC_HELP_STRING([--with-b64wchars=3CHARS],[change b64 web extra chars, default is '-_.']),
           [B64WCHARS=$withval], [])
 
-EXTRACFLAGS="-Isrc -Wall -Wextra -Werror -Wshadow -Wpointer-arith -Wcast-qual -Wconversion"
+EXTRACFLAGS="-Isrc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-qual -Wconversion"
 # -Wstrict-prototypes
 # -Wmissing-prototypes
 

Reply via email to