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 <sebastian_ml@gmx.net>
This commit is contained in:
parent
61b4185f39
commit
42bf582474
1 changed files with 1 additions and 1 deletions
|
@ -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=" \
|
||||
|
|
Loading…
Reference in a new issue