freeswitch: only include python3-version.mk
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 6 Nov 2021 11:24:36 +0000 (12:24 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 6 Nov 2021 11:25:09 +0000 (12:25 +0100)
We're just interested in the version, no need to include more than that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch/Makefile

index 84fe116d6b6245f6bb1087b4e3a1be6a3238a6a3..a3db3dc039e3be119480aeaa86be3369570414ef 100644 (file)
@@ -234,7 +234,7 @@ include $(INCLUDE_DIR)/nls.mk
 
 FS_PERL_FEED:=$(TOPDIR)/feeds/packages/lang/perl
 
-include $(TOPDIR)/feeds/packages/lang/python/python3-host.mk
+include $(TOPDIR)/feeds/packages/lang/python/python3-version.mk
 include $(FS_PERL_FEED)/perlver.mk
 
 PERL_SITELIB:=/usr/lib/perl$(PERL_MAJOR)/$(PERL_VERSION2)