Re: CVS commit: basesrc
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
> > Gregory McGarry <[email protected]> writes: > > > While you're explaining the purpose of libraries... > > > How would describe the purpose of libroken? > > I believe it is one of the heimdal libraries. I know nothing about > > it. >That is correct -- it's heimdal's compatibility shim layer. i was always wondering why libroken has to be in /usr/lib. are there any reason why libroken cannot be (statically) linked just like libbind in usr.sbin/bind/lib? itojun