php7/php7-pecl-*: introduce load order

Some PECL modules (possibly also php modules) depend on
special load order, otherwise loading the module will fail
due to unresolvable symbols.

This changeset introduces a very simple compile-time defined
order by specifying a prefix for the ini file with the load
directive. If not given, it uses a default value.

It also updates all current pecl module packages to take
this new approach.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold
2016-09-06 21:51:54 +02:00
parent 52ab5cbc5b
commit 3d305a35e1
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ PECL_NAME:=propro
PECL_LONGNAME:=Property proxy
PKG_VERSION:=2.0.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MD5SUM:=19f9517210a87e18cc09faed262e1522
PKG_NAME:=php7-pecl-propro