On Thu, Oct 29, 2015 at 2:19 PM, Luca Barbato <[email protected]> wrote: > Android M requires one. > --- > configure | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/configure b/configure > index c79c203..fa8cd8b 100755 > --- a/configure > +++ b/configure > @@ -3592,8 +3592,7 @@ case $target_os in > enable section_data_rel_ro > SLIB_INSTALL_NAME='$(SLIBNAME)' > SLIB_INSTALL_LINKS= > - # soname not set on purpose > - SHFLAGS=-shared > + SHFLAGS='-shared -Wl,-soname,$(SLIBNAME)' > ;; > haiku) > prefix_default="/boot/common" > -- > 2.5.0 >
> # soname not set on purpose So, what was the purpose before? Does this break something else? _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
