mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +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_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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user