Make aclocal.m4:WINE_GET_SONAME more flexible

Alexandre Julliard julliard at winehq.org
Thu Jul 24 16:47:59 CDT 2003


Todd Vierling <tv at pobox.com> writes:

> The following patch to aclocal.m4 (will require a run of "autoconf" after
> changing to pick up the change) will make WINE_GET_SONAME work on NetBSD,
> and likely the other *BSDs.  It is still Linux compatible -- in fact, this
> new incarnation returns the fully qualified path to the shared object,
> eliminating fears of runtime linking path searches.

I don't think that's a good idea. There is no guarantee that the full
path is valid on other systems, and we don't want to bypass the user's
LD_LIBRARY_PATH settings.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list