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:03:11 +0000 (22:03 +0100)
commit3be4577ee9164e02d10881629414a7cbbae62c74
treecd6846b2b9441d3a3e44ed8682a73c8185563c01
parent7aadc713003a13037f23536766e0fd10fe5fb950
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