mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
configure: Replace -no_weak_symbols with -Werror=partial-availability
Jack uses weak symbols on purpose.
This commit is contained in:
parent
681a86aba6
commit
0d8013b88b
2
configure
vendored
2
configure
vendored
@ -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
Block a user