Bug#537399: [distcc] FTBFS: src/srvnet.c:264: error: cast increases required alignment of target type

2009-07-29 Thread Carsten Wolff
Hi,

On Wednesday 29 July 2009, Julien Lavergne wrote:
 This should be fixed by passing the --disable-Werror flag to configure.
 Ubuntu have same problems but with others warnings and on others archi.

thanks! I'll include it.

Carsten



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#537399: [distcc] FTBFS: src/srvnet.c:264: error: cast increases required alignment of target type

2009-07-28 Thread Julien Lavergne
tags 537399 patch
thanks

Hi,

This should be fixed by passing the --disable-Werror flag to configure.
Ubuntu have same problems but with others warnings and on others archi.

Regards,
Julien Lavergne
diff -u distcc-3.1/debian/rules distcc-3.1/debian/rules
--- distcc-3.1/debian/rules
+++ distcc-3.1/debian/rules
@@ -43,7 +43,8 @@
 --infodir=\$${prefix}/share/info \
 --sysconfdir=/etc \
 --with-gnome \
---enable-rfc2553
+--enable-rfc2553 \
+--disable-Werror
 
 #Architecture 
 build: patch-stamp build-arch build-indep