Date: Sat, 12 Sep 2009 20:35:16 +0200 From: Juergen Lock <nox@jelal.kn-bremen.de> To: Sebastian Herbszt <herbszt@gmx.de> Cc: freebsd-emulation@FreeBSD.org, Juergen Lock <nox@jelal.kn-bremen.de>, Jung-uk Kim <jkim@FreeBSD.org>, qemu-devel@nongnu.org Subject: Re: experimental FreeBSD qemu-devel git head port update for testing Message-ID: <20090912183516.GA65678@triton8.kn-bremen.de> In-Reply-To: <2E5888455DA643CEB3960168C1AAB4E0@FSCPC> References: <20090829222339.GA93608@triton8.kn-bremen.de> <20090902175621.GA63905@triton8.kn-bremen.de> <20090904193435.GA77708@triton8.kn-bremen.de> <2E5888455DA643CEB3960168C1AAB4E0@FSCPC>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 12, 2009 at 12:04:11AM +0200, Sebastian Herbszt wrote: > 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. Thanx, seems to work, applied. Juergen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090912183516.GA65678>