modphp: use libdir instead of baselib to load module
authorJackie Huang <jackie.huang@windriver.com>
Mon, 1 Apr 2013 02:33:37 +0000 (10:33 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:28:41 +0000 (08:28 -0800)
commit10560782d0af1baae0bb6923e2a400104bc2ef57
tree9786053630565a4fbdbc7c04f056c298d510066d
parent84d87362e186b000258805e53089d724698ee1a0
modphp: use libdir instead of baselib to load module

When we change the apache2 files layout to debian style,
the ServerRoot in httpd.conf was changed to "/" from "/usr",
then the relative path to libphp5 module in 70_mod_php5.conf
will be invalid so it fails to load the module, use libdir
(absolute path) instead so it will always find the module.

(From meta-openembedded rev: 8bfd395b06fdf68919b271089dde198213bbe54c)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-webserver/recipes-php/modphp/modphp5.inc