On Wed, Nov 16, 2005 at 08:50:56AM +0000, Ralf Wildenhues wrote: > Jacob Meuser <jakemsr <at> jakemsr.com> writes: > > > > while working on an update for multimedia/mjpegtools, and adding > > USE_LIBTOOL=Yes, I would get libraries where lib/libfoo.so.4.0 would > > be a symlink to lib/libfoo-1.8.so.4.0, the real library. > > > the following patch for the libtool port changes library_names_spec > > to just '${libname}${shared_ext}$versuffix'. > > What's the rationale for this patch? Pointers to bug reports and/or changes > to ld appreciated.
hey Ralf! the rationale is to not have symlinked libraries. I am under the impression that this is not desired in OpenBSD ports/packages. I could be wrong, but I thought this "policy decision" was made at one point. that's why I asked for comments. in other words, it's not addressing a bug, but a "policy decision". I have a question for you Ralf. shouldn't running aclocal create/update aclocal.m4? this doesn't seem to work for me, which is why the port copies the patched libtool.m4 to aclocal.m4. -- <[EMAIL PROTECTED]>