qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: "C.W. Betts" <computers57@hotmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Fwd: [PATCH 1/4] Make configure find uuid functions in Mac OS X by looking into libSystem.B
Date: Mon, 14 Jun 2010 14:29:57 -0500	[thread overview]
Message-ID: <4C168335.8030100@codemonkey.ws> (raw)
In-Reply-To: <BLU0-SMTP899E6EF14651737019A4E9B9D10@phx.gbl>

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

On 06/03/2010 04:05 PM, C.W. Betts wrote:
> Since this didn't seem to get to the mailing list, I'm forwarding it.

It's lacking a Signed-off-by and as a quoted message, it's not possible 
to apply it.

Regards,

Anthony Liguori

> Begin forwarded message:
>
>> *From: *"C.W. Betts" <computers57@hotmail.com 
>> <mailto:computers57@hotmail.com>>
>> *Date: *May 16, 2010 12:47:33 PM MDT
>> *To: *qemu-devel@nongnu.org <mailto:qemu-devel@nongnu.org>
>> *Cc: *"C.W. Betts" <computers57@hotmail.com 
>> <mailto:computers57@hotmail.com>>
>> *Subject: **[PATCH 1/4] Make configure find uuid functions in Mac OS 
>> X by looking into libSystem.B*
>>
>> ---
>> configure |    6 +++++-
>> 1 files changed, 5 insertions(+), 1 deletions(-)
>>
>> diff --git a/configure b/configure
>> index 966cd7d..ecc3317 100755
>> --- a/configure
>> +++ b/configure
>> @@ -1198,7 +1198,11 @@ fi
>> ##########################################
>> # uuid_generate() probe, used for vdi block driver
>> if test "$uuid" != "no" ; then
>> -  uuid_libs="-luuid"
>> +  if test "$darwin" == "yes"; then
>> +    uuid_libs=""
>> +  else
>> +    uuid_libs="-luuid"
>> +  fi
>>   cat > $TMPC << EOF
>> #include <uuid/uuid.h>
>> int main(void)
>> -- 
>> 1.6.5.5
>>
>>
>


[-- Attachment #2: Type: text/html, Size: 3086 bytes --]

      reply	other threads:[~2010-06-14 19:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1274035656-10070-1-git-send-email-computers57@hotmail.com>
2010-06-03 21:05 ` [Qemu-devel] Fwd: [PATCH 1/4] Make configure find uuid functions in Mac OS X by looking into libSystem.B C.W. Betts
2010-06-14 19:29   ` Anthony Liguori [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=4C168335.8030100@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=computers57@hotmail.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).