freeswitch: only include python3-version.mk
We're just interested in the version, no need to include more than that. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
d337eeadfc
commit
42574d54d4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue