From: Michael Heimpold Date: Wed, 27 Sep 2017 18:45:39 +0000 (+0200) Subject: php7: add conditional dependency to libstdcpp for FPM X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6e706bb5936c8816f45ed7360a56eff647a0fba1;p=openwrt-packages.git php7: add conditional dependency to libstdcpp for FPM This should fix buildbot breakage introduced by last commit. Signed-off-by: Michael Heimpold --- diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 98b83412d..2f4300c3f 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -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 @@ -133,6 +133,7 @@ endef define Package/php7-fpm $(call Package/php7/Default) + DEPENDS+= +PACKAGE_php7-mod-intl:libstdcpp TITLE+= (FPM) endef