From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Cc: Zhenfeng.Zhao@windriver.com, Jackie.Huang@windriver.com
Subject: Re: [meta-webserver][PATCH] modphp5: use ${baselib} instead of hardcoded "lib"
Date: Thu, 07 Mar 2013 11:47:46 +0000 [thread overview]
Message-ID: <2494796.TIXTerytcv@helios> (raw)
In-Reply-To: <1362129599-19779-1-git-send-email-jackie.huang@windriver.com>
On Friday 01 March 2013 17:19:59 jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> [ CQID: WIND00405358 ]
>
> The hardcoded lib path will cause apache2 fail to start on
> the target with other baselib like lib64.
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> meta-webserver/recipes-php/modphp/modphp5.inc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta-webserver/recipes-php/modphp/modphp5.inc
> b/meta-webserver/recipes-php/modphp/modphp5.inc index 3302936..c359ff9
> 100644
> --- a/meta-webserver/recipes-php/modphp/modphp5.inc
> +++ b/meta-webserver/recipes-php/modphp/modphp5.inc
> @@ -67,6 +67,7 @@ do_install () {
> install -d ${D}${sysconfdir}/apache2/modules.d
> install -d ${D}${sysconfdir}/php/apache2-php5
> install -m 755 libs/libphp5.so ${D}${libdir}/apache2/modules
> + sed -i s,lib/,${baselib}/, ${WORKDIR}/70_mod_php5.conf
> install -m 644 ${WORKDIR}/70_mod_php5.conf
> ${D}${sysconfdir}/apache2/modules.d cat ${S}/php.ini-production | \
> sed -e 's,extension_dir = \"\./\",extension_dir =
> \"/usr/lib/extensions\",' \
I've merged this, minus the CQID from the commit message. Thanks!
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
prev parent reply other threads:[~2013-03-07 12:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-01 9:19 [meta-webserver][PATCH] modphp5: use ${baselib} instead of hardcoded "lib" jackie.huang
2013-03-01 10:09 ` Martin Jansa
2013-03-07 11:47 ` Paul Eggleton [this message]
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=2494796.TIXTerytcv@helios \
--to=paul.eggleton@linux.intel.com \
--cc=Jackie.Huang@windriver.com \
--cc=Zhenfeng.Zhao@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.