On 29/10/15 14:32, Hendrik Leppkes wrote: > 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?
I tested it with previous version as well. Android does not like versioned sonames. The previous solution was to just drop the entry as we do for the BSDs. Android M wants to have a SONAME entry but unversioned, thus the change. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
