mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -9,7 +9,7 @@ PECL_NAME:=raphf
|
||||
PECL_LONGNAME:=Resource and persistent handles factory
|
||||
|
||||
PKG_VERSION:=2.0.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_MD5SUM:=bc465eb5caa9d0f09cced121a8ac2e8e
|
||||
|
||||
PKG_NAME:=php7-pecl-raphf
|
||||
|
||||
Reference in New Issue
Block a user