On 29/10/15 14:19, Luca Barbato 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" >
21:33 <@wbs> lu_zero: the android one? assuming that the soname gets set to libfoo.so, yes, that's fine Will land tomorrow on master and release/11. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
