found 627387 1:1.0.21-2 thanks On Sat, Jun 11, 2011 at 11:51:08PM +0000, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the libdkim package: > > #627387: libdkim: fails to build with 'ld --as-needed' > > It has been closed by Magnus Holmgren <[email protected]>.
Hi, You applied part of my patch incorrectly, so it still fails to build in Ubuntu. Instead of this: libdkimtest: $(libdkimtest_OBJS) $(SHLIBFORLINK) - $(CXX) -L. -ldkim $(LIBS) -o $@ libdkimtest.o + $(CXX) -L. -o $@ libdkimtest.o -ldkim $(LIBS) ... you applied this: libdkimtest: $(libdkimtest_OBJS) $(SHLIBFORLINK) - $(CXX) -L. -ldkim $(LIBS) -o $@ libdkimtest.o + $(CXX) -L. -ldkim -o $@ libdkimtest.o $(LIBS) -ldkim needs to be moved after libdkimtest.o. Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

