On Thu, Mar 08, 2012 at 11:39:11AM +0000, Måns Rullgård wrote:
> Gil Pedersen <g...@cmi.aau.dk> writes:
> > Updated patch verified to produce versioned libraries using "otool -D".
> >
> > From ed79754dfa97fa083b62040a07695547599a5509 Mon Sep 17 00:00:00 2001
> > From: Gil Pedersen <g...@cmi.aau.dk>
> > Date: Wed, 7 Mar 2012 17:03:06 +0100
> > Subject: [PATCH] configure: Change dylib install names to include major
> >  version
> >
> > Darwin only: This will cause linkers to link against the major lib names, 
> > instead of the base names, allowing multiple major versions of the 
> > libraries to co-exist
> 
> Please limit lines to a sane length.
> 
> > --- a/configure
> > +++ b/configure
> > @@ -2462,7 +2462,7 @@ case $target_os in
> >          enabled ppc && add_asflags -force_cpusubtype_ALL
> > -        SHFLAGS='-dynamiclib -Wl,-single_module 
> > -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
> > +        SHFLAGS='-dynamiclib -Wl,-single_module 
> > -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
> >          enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
> 
> No objections from me, but I don't know osx.

Queued with sane line length; should be safe.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to