freeswitch-stable: Fix perl-esl deps
Like mod-perl it also needs Perl with threads support. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
6421bb89b8
commit
438fd05db7
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