freeswitch: allow building with OpenSSL 3.0
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of deprecated API. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
b1bfd7d375
commit
09ad78b6cc
1 changed files with 3 additions and 0 deletions
|
@ -238,6 +238,9 @@ include $(FS_PERL_FEED)/perlver.mk
|
|||
# https://github.com/signalwire/freeswitch/issues/1670
|
||||
TARGET_CFLAGS+=-Wno-error=address
|
||||
|
||||
# Allow compiling with OpenSSL 3.0
|
||||
TARGET_CFLAGS+=-Wno-error=deprecated-declarations
|
||||
|
||||
PERL_SITELIB:=/usr/lib/perl$(PERL_MAJOR)/$(PERL_VERSION2)
|
||||
|
||||
FS_PERL_LIBS:=$(shell grep "^libs=" \
|
||||
|
|
Loading…
Reference in a new issue