All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] x11vnc: add big endian CFLAG for mips, to fix bug 782
Date: Thu, 03 Mar 2011 21:11:59 -0800	[thread overview]
Message-ID: <4D70749F.4010207@gmail.com> (raw)
In-Reply-To: <98727668717469ae0d90f6d8deb1f8bf224c36f6.1299210292.git.ke.yu@intel.com>

On 3/3/2011 7:50 PM, Yu Ke wrote:
> linux mips is big endian, so need "LIBVNCSERVER_WORDS_BIGENDIAN"
> flag for mips compilling.
>
> this patch fix bug [YOCTO #782]
>
> Signed-off-by: Yu Ke<ke.yu@intel.com>
> ---
>   meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
> index f5a6662..17e9593 100644
> --- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
> +++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.12.bb
> @@ -17,3 +17,4 @@ SRC_URI[sha256sum] = "60a7cceee2c9a5f1c854340b2bae13f975ac55906237042f81f795b28a
>
>   inherit autotools
>
> +CFLAGS_mips += "-DLIBVNCSERVER_WORDS_BIGENDIAN"

I see that this package uses autconf macro AC_C_BIGENDIAN
to assert endianness. I would interested to know why this test does not 
work.


  reply	other threads:[~2011-03-04  5:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-04  3:50 [PATCH 0/1] Fix for BUG782: vnc server issue in mips Yu Ke
2011-03-04  3:50 ` [PATCH 1/1] x11vnc: add big endian CFLAG for mips, to fix bug 782 Yu Ke
2011-03-04  5:11   ` Khem Raj [this message]
2011-03-04  7:57     ` Yu Ke

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=4D70749F.4010207@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=poky@yoctoproject.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.