* [meta-security][PATCH] clamav: fix ncurses configure option
@ 2015-03-27 21:25 Hugo Vasconcelos Saldanha
2015-03-28 5:27 ` akuster808
0 siblings, 1 reply; 2+ messages in thread
From: Hugo Vasconcelos Saldanha @ 2015-03-27 21:25 UTC (permalink / raw)
To: yocto
Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>
---
recipes-security/clamav/clamav_0.98.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/clamav/clamav_0.98.5.bb b/recipes-security/clamav/clamav_0.98.5.bb
index 8f71654..08604a7 100644
--- a/recipes-security/clamav/clamav_0.98.5.bb
+++ b/recipes-security/clamav/clamav_0.98.5.bb
@@ -53,7 +53,7 @@ EXTRA_OECONF += " --with-user=${UID} --with-group=${GID} \
--with-openssl=${STAGING_LIBDIR}/.. \
--with-zlib=${STAGING_LIBDIR}/.. \
--with-libbz2-prefix=${STAGING_DIR}${prefix} \
- --with-libcurses-prefix=${STAGING_LIBDIR}/.. \
+ --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
"
do_install_append () {
--
2.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-security][PATCH] clamav: fix ncurses configure option
2015-03-27 21:25 [meta-security][PATCH] clamav: fix ncurses configure option Hugo Vasconcelos Saldanha
@ 2015-03-28 5:27 ` akuster808
0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-03-28 5:27 UTC (permalink / raw)
To: yocto
merged to master-next.
Thanks,
Armin
On 03/27/2015 02:25 PM, Hugo Vasconcelos Saldanha wrote:
> Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>
> ---
> recipes-security/clamav/clamav_0.98.5.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/clamav/clamav_0.98.5.bb b/recipes-security/clamav/clamav_0.98.5.bb
> index 8f71654..08604a7 100644
> --- a/recipes-security/clamav/clamav_0.98.5.bb
> +++ b/recipes-security/clamav/clamav_0.98.5.bb
> @@ -53,7 +53,7 @@ EXTRA_OECONF += " --with-user=${UID} --with-group=${GID} \
> --with-openssl=${STAGING_LIBDIR}/.. \
> --with-zlib=${STAGING_LIBDIR}/.. \
> --with-libbz2-prefix=${STAGING_DIR}${prefix} \
> - --with-libcurses-prefix=${STAGING_LIBDIR}/.. \
> + --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
> "
>
> do_install_append () {
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-28 5:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 21:25 [meta-security][PATCH] clamav: fix ncurses configure option Hugo Vasconcelos Saldanha
2015-03-28 5:27 ` akuster808
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.