diff options
| author | Jiri Slachta | 2017-07-09 18:00:50 +0000 |
|---|---|---|
| committer | GitHub | 2017-07-09 18:00:50 +0000 |
| commit | d67fb860167c67f17e60badfe9011d46bad492bd (patch) | |
| tree | 712253ea8216848629d2b582d14fcaf3c49dc587 | |
| parent | 802b77d515d8b7490395a528d34bbb643aa76e67 (diff) | |
| parent | f851582d14a8a570640ceae43d33ad38fe49e565 (diff) | |
| download | telephony-d67fb860167c67f17e60badfe9011d46bad492bd.tar.gz | |
Merge pull request #166 from micmac1/master
freeswitch-stable: Fix python-host.mk include
| -rw-r--r-- | net/freeswitch-stable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index 92347a2..d882de2 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -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 | \ |