From 6e706bb5936c8816f45ed7360a56eff647a0fba1 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Wed, 27 Sep 2017 20:45:39 +0200 Subject: [PATCH] php7: add conditional dependency to libstdcpp for FPM This should fix buildbot breakage introduced by last commit. Signed-off-by: Michael Heimpold --- lang/php7/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 98b83412d9..2f4300c3fe 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 -- 2.30.2