mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
+2
-1
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=php
|
PKG_NAME:=php
|
||||||
PKG_VERSION:=7.1.9
|
PKG_VERSION:=7.1.9
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de>
|
||||||
|
|
||||||
@@ -133,6 +133,7 @@ endef
|
|||||||
|
|
||||||
define Package/php7-fpm
|
define Package/php7-fpm
|
||||||
$(call Package/php7/Default)
|
$(call Package/php7/Default)
|
||||||
|
DEPENDS+= +PACKAGE_php7-mod-intl:libstdcpp
|
||||||
TITLE+= (FPM)
|
TITLE+= (FPM)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user