From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Jackie.Huang@windriver.com, Zhenfeng.Zhao@windriver.com
Subject: Re: [meta-webserver][PATCH] modphp5: use ${baselib} instead of hardcoded "lib"
Date: Fri, 1 Mar 2013 11:09:38 +0100 [thread overview]
Message-ID: <20130301100938.GI3279@jama> (raw)
In-Reply-To: <1362129599-19779-1-git-send-email-jackie.huang@windriver.com>
[-- Attachment #1: Type: text/plain, Size: 1494 bytes --]
On Fri, Mar 01, 2013 at 05:19:59PM +0800, jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> [ CQID: WIND00405358 ]
Drop this ^
>
> 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\",' \
> --
> 1.7.4.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2013-03-01 10:26 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 [this message]
2013-03-07 11:47 ` 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=20130301100938.GI3279@jama \
--to=martin.jansa@gmail.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.