freeswitch: workaround compile fail with gcc 12
An issue report already exists upstream [1]. [1] https://github.com/signalwire/freeswitch/issues/1670 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
ce64b9c01a
commit
62929c24b6
1 changed files with 3 additions and 0 deletions
|
@ -237,6 +237,9 @@ FS_PERL_FEED:=$(TOPDIR)/feeds/packages/lang/perl
|
|||
include $(TOPDIR)/feeds/packages/lang/python/python3-version.mk
|
||||
include $(FS_PERL_FEED)/perlver.mk
|
||||
|
||||
# https://github.com/signalwire/freeswitch/issues/1670
|
||||
TARGET_CFLAGS+=-Wno-error=address
|
||||
|
||||
PERL_SITELIB:=/usr/lib/perl$(PERL_MAJOR)/$(PERL_VERSION2)
|
||||
|
||||
FS_PERL_LIBS:=$(shell grep "^libs=" \
|
||||
|
|
Loading…
Reference in a new issue