Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2009 13:57:50 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Alexej Sokolov <bsd.quest@googlemail.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: rebuilding libpcap
Message-ID:  <20090316185750.GI24875@dan.emsphone.com>
In-Reply-To: <671bb5fc0903161139y2b039a14h1ab33cf1fe369e4@mail.gmail.com>
References:  <671bb5fc0903161139y2b039a14h1ab33cf1fe369e4@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090316185750.GI24875>