Browse Source

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>
lilik-openwrt-22.03
Michael Heimpold 7 years ago
parent
commit
6e706bb593
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      lang/php7/Makefile

+ 2
- 1
lang/php7/Makefile View File

@ -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…
Cancel
Save