projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ba5a7f
)
php7: add conditional dependency to libstdcpp for FPM
author
Michael Heimpold
<mhei@heimpold.de>
Wed, 27 Sep 2017 18:45:39 +0000
(20:45 +0200)
committer
Michael Heimpold
<mhei@heimpold.de>
Wed, 27 Sep 2017 18:45:50 +0000
(20:45 +0200)
This should fix buildbot breakage introduced by last commit.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile
patch
|
blob
|
history
diff --git
a/lang/php7/Makefile
b/lang/php7/Makefile
index 98b83412d9d166b9c70a62b250b47d33b476a0a0..2f4300c3fed9143b2354cd09028ce15c95c10ed1 100644
(file)
--- 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 <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