> Not sure if you can review, but it is the package for SUSE I am trying > to update from 1.3.6 to 1.3.7 > It is here: > https://build.opensuse.org/package/show/network/proftpd > > I doubt that any of the patches causes the problem of the built objects > to be put into `-o .libs/object.o` > > and later trying to access them in ./ instead of ./libs/ > > I guess it has something to do with `libtool`, because there is the only > place where `./libs` is defined > > --- snip libtool --- > # The name of the directory that contains temporary libtool files. > objdir=.libs > > --- snip --- > > is it a 'configure' option ? > a libtool thingy ?
Ah, I see. I'll attempt to reproduce this locally using a SUSE Docker container, see what I can find out... Cheers, TJ _______________________________________________ ProFTPD Developers List <[email protected]> https://lists.sourceforge.net/lists/listinfo/proftp-devel
