From: Jackie Huang <jackie.hu...@windriver.com>

The patches are for the LAMP feature in our layer, to enable mysql option in
PACKAGECONFIG works but the old libtool used by modphp doesn't support
"--with-libtool-sysroot" which causes a host contamination issue. So this work
also includes fixes to support autoconf 2.59+ to avoid the libtool issue.

I think not all people want to enale mysql as default, if so, I think we can
only add the fixes, and I will only enable mysql option in our layer.

---
The following changes since commit b07f0a239e7ee2b81157399b6befa811a5009813:

  gd: Add mirror for when libgd.org is down (2013-04-08 14:12:24 +0200)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib jhuang0/d_modphp_lamp_0409_0
  
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_modphp_lamp_0409_0

Jackie Huang (2):
  modphp: revert pthread-check.patch and add one against threads.m4
  modphp: enable mysql option in PACKAGECONFIG

 .../modphp/files/php-5.3.14-aconf259.patch         |  209 ++++++++++++++++++++
 .../modphp/files/pthread-check-threads-m4.patch    |   30 +++
 .../recipes-php/modphp/files/pthread-check.patch   |   64 ------
 meta-webserver/recipes-php/modphp/modphp5.inc      |   26 ++--
 4 files changed, 252 insertions(+), 77 deletions(-)
 create mode 100644 
meta-webserver/recipes-php/modphp/files/php-5.3.14-aconf259.patch
 create mode 100644 
meta-webserver/recipes-php/modphp/files/pthread-check-threads-m4.patch
 delete mode 100644 meta-webserver/recipes-php/modphp/files/pthread-check.patch

-- 
1.7.4.1


_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to