tags 553966 patch
thanks

Hello,

Attached is the patch applied in Ubuntu to fix this problem.
https://launchpad.net/ubuntu/+source/bickley/0.4.4-1ubuntu1
Description: add necessary library to fix linking failure with --no-add-needed
Author: Ilya Barygin <[email protected]>
Bug-Debian: http://bugs.debian.org/553966

diff -Nur -x '*.orig' -x '*~' bickley-0.4.4//tools/Makefile.am bickley-0.4.4.new//tools/Makefile.am
--- bickley-0.4.4//tools/Makefile.am	2009-11-12 20:02:08.000000000 +0300
+++ bickley-0.4.4.new//tools/Makefile.am	2011-01-06 23:56:56.000000000 +0300
@@ -8,6 +8,6 @@
 bkl_rename_user_SOURCES = bkl-rename-user.c
 bkl_rename_user_LDADD = $(BICKLEY_LIBS)		\
 	$(top_builddir)/kozo/libkozo.la		\
-	$(top_builddir)/bickley/libbickl...@[email protected]
+	$(top_builddir)/bickley/libbickl...@[email protected] -ltdb
 
 MAINTAINERCLEANFILES = Makefile.in

Reply via email to