All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver][PATCH 0/2] modphp: enable mysql option in PACKAGECONFIG
@ 2013-04-09  7:11 jackie.huang
  2013-04-09  7:11 ` [meta-webserver][PATCH 1/2] modphp: revert pthread-check.patch and add one against threads.m4 jackie.huang
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: jackie.huang @ 2013-04-09  7:11 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jackie.Huang

From: Jackie Huang <jackie.huang@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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-04-15 10:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09  7:11 [meta-webserver][PATCH 0/2] modphp: enable mysql option in PACKAGECONFIG jackie.huang
2013-04-09  7:11 ` [meta-webserver][PATCH 1/2] modphp: revert pthread-check.patch and add one against threads.m4 jackie.huang
2013-04-09  7:11 ` [meta-webserver][PATCH 2/2] modphp: enable mysql option in PACKAGECONFIG jackie.huang
2013-04-12  9:06   ` Paul Eggleton
2013-04-12  9:21     ` Koen Kooi
2013-04-15  9:57 ` [meta-webserver][PATCH 0/2] " Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.