On Sun, Feb 10, 2013 at 03:42:13PM -0500, Derek Buitenhuis wrote:
> On 2013-02-10 7:37 AM, Diego Biurrun wrote:
> > This is what the OpenBSD porter's manual describes as correct.
> > ---
> >  configure |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Does OpenBSD -only- install this lib?
> 
> I am not familiar enough with configure to understand which symlinks
> to this file will be created...
> 
> I know on linux it's general:
> 
> libname.so.MAJOR.MINOR = real lib
> libname.so.MAJOR = symlink
> libname.so = symlink
> 
> Just curious.

No symlinks are installed on OpenBSD, the following line in the
openbsd configure section does this:

         SLIB_INSTALL_LINKS=

For a full description of how shared libs are handled on OpenBSD:

http://www.openbsd.org/faq/ports/specialtopics.html#SharedLibs

I guess I could add that URL into the log message or configure,
not sure what is better.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to