Bug#553953: FTBFS with binutils-gold

2011-01-02 Thread Ilya Barygin
tags 553953 patch thanks Hello, Attached is the patch we used in Ubuntu to fix this problem. --- aview-1.3.0rc1.orig/Makefile.in +++ aview-1.3.0rc1/Makefile.in @@ -81,7 +81,7 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ -LIBS = @LIBS@ +LIBS = @LIBS@ -lm aview

Bug#553953: FTBFS with binutils-gold

2009-11-02 Thread Peter Fritzsche
Package: aview Version: 1.3.0rc1-8.1 Severity: normal Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your exe