All of lore.kernel.org
 help / color / mirror / Atom feed
From: <jackie.huang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Cc: Jackie.Huang@windriver.com
Subject: [meta-webserver][PATCH 0/2] modphp: enable mysql option in PACKAGECONFIG
Date: Tue, 9 Apr 2013 15:11:03 +0800	[thread overview]
Message-ID: <cover.1365489405.git.jackie.huang@windriver.com> (raw)

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




             reply	other threads:[~2013-04-09  7:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-09  7:11 jackie.huang [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1365489405.git.jackie.huang@windriver.com \
    --to=jackie.huang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.