Bug#808183: icedove: FTPFS on hurd-i386 and enable successive builds

2016-04-28 Thread Carsten Schoenert
Hello Svante, On Wed, Mar 30, 2016 at 10:20:30AM +0200, Svante Signell wrote: > Noted! > But the rules: > ifneq ($(DEB_BUILD_ARCH),ia64) > LDFLAGS += -Wl,--no-keep-memory -Wl,--reduce-memory-overheads > endif > ifneq ($(DEB_BUILD_ARCH),alpha) > LDFLAGS += -Wl,--no-keep-memory > e

Bug#808183: icedove: FTPFS on hurd-i386 and enable successive builds

2016-03-30 Thread Svante Signell
On Thu, 2015-12-24 at 22:24 -0500, Christoph Goehre wrote: > Hi Svante, > > On Mi, Dez 16, 2015 at 10:33:07 +0100, Svante Signell wrote: > > > > Currently icedove FTBFS on GNU/Hurd due to memory problems when linking > > large > > libraries. The attached patch fixes this problem by giving the --n

Bug#808183: icedove: FTPFS on hurd-i386 and enable successive builds

2015-12-24 Thread Christoph Goehre
Hi Svante, On Mi, Dez 16, 2015 at 10:33:07 +0100, Svante Signell wrote: > Currently icedove FTBFS on GNU/Hurd due to memory problems when linking large > libraries. The attached patch fixes this problem by giving the > --no-keep-memory > flag to the linker as for alpha and ia64. I use 'ifneq' in

Bug#808183: icedove: FTPFS on hurd-i386 and enable successive builds

2015-12-16 Thread Svante Signell
Source: icedove Version: 38.4.0-1 Severity: important Tags: patch Usertags: hurd User: debian-h...@lists.debian.org Hi, Currently icedove FTBFS on GNU/Hurd due to memory problems when linking large libraries. The attached patch fixes this problem by giving the --no-keep-memory flag to the linker