From 42bf582474dafda0b1d02362983d72838aefdff4 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 20 Jan 2018 11:32:49 +0100 Subject: [PATCH] freeswitch-stable: change how python-host.mk is included This was suggested in PR #241 by @commodo. Python maintainers moved the .mk files and also want to get rid of the include_mk construct. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 78070dd..e730d19 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -277,7 +277,7 @@ include $(INCLUDE_DIR)/package.mk FS_STABLE_PERL_FEED:=$(TOPDIR)/feeds/packages/lang/perl -$(call include_mk, python-host.mk) +include $(TOPDIR)/feeds/packages/lang/python/python-host.mk include $(FS_STABLE_PERL_FEED)/perlmod.mk FS_STABLE_PERL_LIBS:=$(shell grep "^libs=" \ -- 2.30.2