Package: flush
Severity: minor
Tags: patch
Usertags: ld --no-add-needed

Hello dear maintainer,

your package ftbfs in ubuntu due linking changes in binutils-gold
(which is present in upcoming wheezy toolchain too)

Refer the below buildlogs

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/flush_0.9.6-1ubuntu1_lubuntu32.buildlog

http://people.ubuntuwire.org/~lucas/ubuntu-nbs/64/flush_0.9.6-1ubuntu1_lubuntu64.buildlog

The below minimalistic patch should fix the problem

--- flush-0.9.6.orig/src/Makefile.in
+++ flush-0.9.6/src/Makefile.in
@@ -356,7 +356,7 @@ flush_CPPFLAGS = @APP_CPPFLAGS@ $(am__ap
 flush_CFLAGS = @APP_CFLAGS@
 flush_CXXFLAGS = @APP_CXXFLAGS@
 flush_DEPENDENCIES = @APP_DEPENDENCIES@
-flush_LDADD = @APP_LDADD@
+flush_LDADD = @APP_LDADD@ -lboost_system -lcrypto
 all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-am

Thanks and regards

-- 
Bhavani Shankar
Ubuntu Developer       |  www.ubuntu.com
https://launchpad.net/~bhavi



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

Reply via email to