From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 16 18:59:55 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5889A1065674 for ; Mon, 16 Mar 2009 18:59:55 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: from mail-ew0-f166.google.com (mail-ew0-f166.google.com [209.85.219.166]) by mx1.freebsd.org (Postfix) with ESMTP id B6EA78FC0A for ; Mon, 16 Mar 2009 18:59:54 +0000 (UTC) (envelope-from bsd.quest@googlemail.com) Received: by ewy10 with SMTP id 10so3699416ewy.43 for ; Mon, 16 Mar 2009 11:59:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dd9Gt17sfcW0FnRO3k8t7+1JW4nHjr565VlkzMm//10=; b=XJFH5FNLv+Nt+SafwZkJV5nJd0sJH6JeOTGL9VGqnm11VofGhhFOXbZpaXjUq3whkd CsZ5vS3MxFUtQMALQssUEWW0LnRHahNCE4M+IqfywK6T9msLx/h72np+ulsA7Ht3qJ4K WMvD0tiiG+yWFTUKPLM04h1qPH7UjMEY8596k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=PXeSC4i/ZgFmxpHsZ2DDTvFbjxthTDsFPahFz1vhAzVFGRBox0tSj6HJgEFGdBFOt5 OgIYMwZyRGwQ8Wl+R0oekxpLLq4ZV/7ziCxw5s95TaMYHQHU6npXLtLKLDfBruqHfdfN 2+n1y8J7QBL8v9m3cQipe91w3aYhj+QpVk8Jc= MIME-Version: 1.0 Received: by 10.210.10.11 with SMTP id 11mr3778429ebj.35.1237229993813; Mon, 16 Mar 2009 11:59:53 -0700 (PDT) In-Reply-To: <20090316185750.GI24875@dan.emsphone.com> References: <671bb5fc0903161139y2b039a14h1ab33cf1fe369e4@mail.gmail.com> <20090316185750.GI24875@dan.emsphone.com> Date: Mon, 16 Mar 2009 19:59:53 +0100 Message-ID: <671bb5fc0903161159t2b20ce3fy77d9f282cc1df78d@mail.gmail.com> From: Alexej Sokolov To: Dan Nelson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: Re: rebuilding libpcap X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2009 18:59:55 -0000 Ohhh... thanks a lot ! I'am jaust about to do it... 2009/3/16 Dan Nelson > In the last episode (Mar 16), Alexej Sokolov said: > > how to correctly rebuild only libpcap from /usr/src/contrib without > > rebuilding the whole world ? I try to do in libpcap some changes, then > > make; make install in > > /usr/src/contrib/libpcap, > > but the changes are not visible by calling changed functions :( > > What I do wrong ? > > /usr/src/contrib is a repository of 3rd-party source trees, and they're not > meant to be built from. Try running your "make ; make install" in > /usr/src/lib/libpcap instead. > > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >