* [Qemu-devel] Fwd: [PATCH 1/4] Make configure find uuid functions in Mac OS X by looking into libSystem.B [not found] <1274035656-10070-1-git-send-email-computers57@hotmail.com> @ 2010-06-03 21:05 ` C.W. Betts 2010-06-14 19:29 ` Anthony Liguori 0 siblings, 1 reply; 2+ messages in thread From: C.W. Betts @ 2010-06-03 21:05 UTC (permalink / raw) To: qemu-devel [-- Attachment #1: Type: text/plain, Size: 955 bytes --] Since this didn't seem to get to the mailing list, I'm forwarding it. Begin forwarded message: > From: "C.W. Betts" <computers57@hotmail.com> > Date: May 16, 2010 12:47:33 PM MDT > To: qemu-devel@nongnu.org > Cc: "C.W. Betts" <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: 2711 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Fwd: [PATCH 1/4] Make configure find uuid functions in Mac OS X by looking into libSystem.B 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 0 siblings, 0 replies; 2+ messages in thread From: Anthony Liguori @ 2010-06-14 19:29 UTC (permalink / raw) To: C.W. Betts; +Cc: qemu-devel [-- 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 --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-14 19:30 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [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 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).