mirror of https://git.ffmpeg.org/ffmpeg.git
configure: Replace -no_weak_symbols with -Werror=partial-availability
Jack uses weak symbols on purpose.
This commit is contained in:
parent
681a86aba6
commit
0d8013b88b
|
@ -3948,7 +3948,7 @@ case $target_os in
|
|||
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
|
||||
add_ldflags -Wl,-dynamic,-search_paths_first
|
||||
check_ldflags -Wl,-no_weak_imports
|
||||
check_cflags -Werror=partial-availability
|
||||
SLIBSUF=".dylib"
|
||||
SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME).$(LIBVERSION)$(SLIBSUF)'
|
||||
SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME).$(LIBMAJOR)$(SLIBSUF)'
|
||||
|
|
Loading…
Reference in New Issue