php7-mod-xmlreader: add conditional dependency to php7-mod-dom (fixes #10201)
authorMichael Heimpold <mhei@heimpold.de>
Tue, 15 Oct 2019 22:01:51 +0000 (00:01 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 24 Nov 2019 21:11:24 +0000 (22:11 +0100)
commitd77c32928d7502cb56f7997ddd1b37684dbba0fb
tree5da5e6a5dea312293ac1e461f5761ddbf8146618
parent8667e35c1e12bf714f55f84cb0925ab116f61c5a
php7-mod-xmlreader: add conditional dependency to php7-mod-dom (fixes #10201)

PHP7 fails to load xmlreader.so (php7-mod-xmlreader) module without
dom.so (php7-mod-dom) module loaded:

-snip-
PHP Warning:  PHP Startup: Unable to load dynamic library 'xmlreader.so'
 (tried: /usr/lib/php/xmlreader.so (Error relocating /usr/lib/php/xmlreader.so:
 dom_node_class_entry: symbol not found), /usr/lib/php/xmlreader.so.so (Error
 loading shared library /usr/lib/php/xmlreader.so.so: No such file or
 directory)) in Unknown on line 0
^C
-snap-

However, this dependency only exists when during build also php7-mod-dom
is selected.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
(cherry picked from commit b8c22fc1ec392272235ce78ddc0ddfc40de5037d)
lang/php7/Makefile