php7/php7-pecl-*: introduce load order
authorMichael Heimpold <mhei@heimpold.de>
Tue, 6 Sep 2016 19:51:54 +0000 (21:51 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Tue, 6 Sep 2016 19:58:34 +0000 (21:58 +0200)
commit3d305a35e1cd02e370c056c1e83ec162a9045101
treeaf75173e718784636484a882b831aeb2d3c3a193
parent52ab5cbc5b69f346c3960007ea9be393e855dc1e
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>
lang/php7-pecl-dio/Makefile
lang/php7-pecl-propro/Makefile
lang/php7-pecl-raphf/Makefile
lang/php7/Makefile
lang/php7/pecl.mk