php7: add conditional dependency to libstdcpp for FPM
This should fix buildbot breakage introduced by last commit. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
parent
7ba5a7f6d1
commit
6e706bb593
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=php
|
||||
PKG_VERSION:=7.1.9
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||
|
||||
|
@ -133,6 +133,7 @@ endef
|
|||
|
||||
define Package/php7-fpm
|
||||
$(call Package/php7/Default)
|
||||
DEPENDS+= +PACKAGE_php7-mod-intl:libstdcpp
|
||||
TITLE+= (FPM)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue