qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Sebastian Herbszt" <herbszt@gmx.de>
To: Juergen Lock <nox@jelal.kn-bremen.de>, Jung-uk Kim <jkim@FreeBSD.org>
Cc: freebsd-emulation@FreeBSD.org, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: experimental FreeBSD qemu-devel git head port update for testing
Date: Sat, 12 Sep 2009 00:04:11 +0200	[thread overview]
Message-ID: <2E5888455DA643CEB3960168C1AAB4E0@FSCPC> (raw)
In-Reply-To: <20090904193435.GA77708@triton8.kn-bremen.de>

Juergen Lock wrote:
> On Wed, Sep 02, 2009 at 07:56:21PM +0200, Juergen Lock wrote:
>> On Sun, Aug 30, 2009 at 12:23:39AM +0200, Juergen Lock wrote:
>> >  Also the pcap patch stopped working in this snapshot and I don't yet
>> > know why.  (I think the original version of that patch was submitted by
>> > Jung-uk Kim, maybe he has an idea; Cc'd.)
>> > [...]
>> 
>> Jung-uk Kim sent me a new pcap patch (thanx! :), and I have just included
>> it in the mentioned update at
>> http://people.freebsd.org/~nox/qemu/qemu-devel-20090829.patch
> 
> New update at the same place, Jung-uk Kim sent me another version of the
> pcap patch

configure changes the LIBS variable (LIBS="$libpcap $LIBS"), which is not only used
for the qemu binary, but also for qemu-nbd, qemu-io and qemu-img. Linking those with
libpcap should not be required. Consider changing

LIBS="$libpcap $LIBS"

to

libs_softmmu="$libpcap $libs_softmmu"

which seems to fix this.

- Sebastian

  parent reply	other threads:[~2009-09-11 22:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-29 22:23 [Qemu-devel] experimental FreeBSD qemu-devel git head port update for testing Juergen Lock
2009-08-29 23:49 ` malc
2009-08-30 19:09   ` Juergen Lock
2009-09-02 17:56 ` [Qemu-devel] " Juergen Lock
2009-09-04 19:34   ` Juergen Lock
2009-09-05 15:03     ` Juergen Lock
2009-09-11 22:04     ` Sebastian Herbszt [this message]
2009-09-12 18:35       ` Juergen Lock
2009-09-13 14:38         ` Sebastian Herbszt
2009-09-13 14:55         ` Sebastian Herbszt

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=2E5888455DA643CEB3960168C1AAB4E0@FSCPC \
    --to=herbszt@gmx.de \
    --cc=freebsd-emulation@FreeBSD.org \
    --cc=jkim@FreeBSD.org \
    --cc=nox@jelal.kn-bremen.de \
    --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).