Merge pull request #161 from micmac1/master
freeswitch-stable: Fix perl-esl deps
This commit is contained in:
commit
75aa42abb1
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ endef
|
|||
define Package/$(PKG_NAME)-misc-perl-esl
|
||||
$(call Package/$(PKG_NAME)/Default)
|
||||
TITLE:=Perl ESL
|
||||
DEPENDS:=$(PKG_NAME) +PACKAGE_$(PKG_NAME)-misc-perl-esl:perl
|
||||
DEPENDS:=$(PKG_NAME) @PERL_THREADS PACKAGE_$(PKG_NAME)-misc-perl-esl:perl
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)-misc-perl-esl/description
|
||||
|
|
Loading…
Reference in a new issue