freeswitch-stable: Fix python-host.mk include 166/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 9 Jul 2017 16:09:41 +0000 (18:09 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 9 Jul 2017 16:09:44 +0000 (18:09 +0200)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/freeswitch-stable/Makefile

index 92347a229fac666893eb33de2b182937d1eee67b..d882de213295f204b8169b9fe1cd3ca7ff746ccd 100644 (file)
@@ -261,10 +261,9 @@ PKG_CONFIG_DEPENDS:= \
 include $(INCLUDE_DIR)/package.mk
 
 FS_STABLE_PERL_FEED:=$(TOPDIR)/feeds/packages/lang/perl
-FS_STABLE_PYTHON_FEED:=$(TOPDIR)/feeds/packages/lang/python
 
 include $(FS_STABLE_PERL_FEED)/perlmod.mk
-include $(FS_STABLE_PYTHON_FEED)/files/python-host.mk
+$(call include_mk, python-host.mk)
 
 FS_STABLE_PERL_LIBS:=$(shell grep "^libs=" \
        $(FS_STABLE_PERL_FEED)/files/base.config | \