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
        dnel...@allantgroup.com
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to