diff options
author | Michael Heimpold <mhei@heimpold.de> | 2016-09-06 21:51:54 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2016-09-06 21:58:34 +0200 |
commit | 3d305a35e1cd02e370c056c1e83ec162a9045101 (patch) | |
tree | af75173e718784636484a882b831aeb2d3c3a193 /lang/php7-pecl-dio | |
parent | 52ab5cbc5b69f346c3960007ea9be393e855dc1e (diff) |
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>
Diffstat (limited to 'lang/php7-pecl-dio')
-rw-r--r-- | lang/php7-pecl-dio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php7-pecl-dio/Makefile b/lang/php7-pecl-dio/Makefile index 1f77c0137..cbb5b2dc9 100644 --- a/lang/php7-pecl-dio/Makefile +++ b/lang/php7-pecl-dio/Makefile @@ -9,7 +9,7 @@ PECL_NAME:=dio PECL_LONGNAME:=Direct I/O functions PKG_VERSION:=0.0.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=a1a4df428a17dbe1ab4277b492dfa052 PKG_NAME:=php7-pecl-$(PECL_NAME) |