summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-php/modphp/files/pthread-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* modphp: revert pthread-check.patch and add one against threads.m4Jackie Huang2013-04-151-64/+0
| | | | | | | | 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-031-0/+64
* 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>