configure: Replace -no_weak_symbols with -Werror=partial-availability

Jack uses weak symbols on purpose.
This commit is contained in:
Luca Barbato 2017-03-15 00:07:23 +01:00
parent 681a86aba6
commit 0d8013b88b
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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)'