Package: pidgin-sipe
Version: 1.20.0-2
Tags: patch
pidgin-sipe FTBFS on hppa, because it enables by default the "-Wcast-align"
compiler option.
This then leads to warnings when building against gstreamer sources which are
not cast-clean as can be seen here:
https://buildd.debian.org/status/fetch.php?pkg=pidgin-sipe&arch=hppa&ver=1.20.0-2&stamp=1445326724
Attached patch fixes it by dropping the Wcast-align compiler option.
Of course with this patch it will disable this warning on all architectures
(which I hope you find to be OK).
Can you apply this patch for next upload ?
Thanks,
Helge
diff -up ./configure.ac.org ./configure.ac
--- ./configure.ac.org 2016-02-09 15:16:11.950140790 +0100
+++ ./configure.ac 2016-02-09 15:18:52.486126065 +0100
@@ -101,7 +101,6 @@ AS_IF([test "x$enable_quality_check" = x
for newflag in \
"-Wextra" \
"-Waggregate-return" \
- "-Wcast-align" \
"-Wdeclaration-after-statement" \
"-Wdeprecated-declarations" \
"-Winit-self" \