summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/modphp/files
Commit message (Collapse)AuthorAgeFilesLines
* modphp: update to 5.4.14Marcin Juszkiewicz2013-04-291-209/+0
| | | | | | Only build tested. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
* modphp: enable mysql option in PACKAGECONFIGJackie Huang2013-04-151-0/+209
| | | | | | | | * enable mysql option in PACKAGECONFIG * add patch to support autoconf 2.59+ so we can use autotools do_configure to fix a libtool cross-compile issue Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* modphp: revert pthread-check.patch and add one against threads.m4Jackie Huang2013-04-152-64/+30
| | | | | | | | revert pthread-check.patch which hacks the old configure, instead, add one against threads.m4 to enable pthread support when cross-compiling. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* modphp: add from OE-Classic, update to 5.3.14 and fixPaul Eggleton2012-10-033-0/+87
* Use working SRC_URI * Fix to use correct headers and apxs script for cross-compiling * Enable threading * Install headers and scripts for building extension modules * Use proper variables instead of /etc, /usr/lib etc. * Fix rpath QA issues * Add LIC_FILES_CHKSUM * Put apache config file into SRC_URI instead of referring to it using FILESDIR Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>