Petr Salinger <[email protected]> (02/07/2009): > May be this will help: > > --- lib/Makefile.am > +++ lib/Makefile.am > @@ -38,6 +38,6 @@ > -Wl,--version-script,$(srcdir)/fuse_versionscript > > libulockmgr_la_SOURCES = ulockmgr.c > -libulockmgr_la_LDFLAGS = -version-number 1:0:1 > +libulockmgr_la_LDFLAGS = -pthread -version-number 1:0:1 > > EXTRA_DIST = fuse_versionscript
(And the same in lib/Makefile.in) It indeed does, no more warnings and indeed: | k...@kbsd:~/fuse-2.7.4$ objdump -x debian/libfuse2/usr/lib/libulockmgr.so.1.0.1|grep NEEDED | NEEDED libpthread.so.0 | NEEDED libc.so.0.1 Mraw, KiBi. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

