On Wed, Mar 08, 2006 at 12:11:01AM +0100, Aurelien Jarno wrote: > Package: libtool > Version: 1.5.22-2+kbsd > Followup-For: Bug #355789 > > In my previous patch, I forget to list the patch in debian/patches/00list. > Sorry.
There is also already a patch that add/changes supports for kfreebsd*-gnu in debian/patches, part of link_all_deplibs.dpatch. I think I should remove the following part of it: + # GNU/kFreeBSD uses gcc -shared to do shared libraries. + kfreebsd*-gnu) + _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' + _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_AC_TAGVAR(hardcode_direct, $1)=yes + _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_AC_TAGVAR(link_all_deplibs, $1)=no + ;; Your patch seems to have added a kfreebsd*-gnu) too, but a higher in the case. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

