cvs commit: src/lib/libutil Makefile

Kimura Fuyuki fuyuki at nigredo.org
Sat Nov 22 20:37:41 PST 2003


At Wed, 12 Nov 2003 13:56:07 -0800 (PST),
Robert Watson <rwatson at FreeBSD.org> wrote:
> 
> rwatson     2003/11/12 13:56:07 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libutil          Makefile 
>   Log:
>   Bump the major version on libtuil.  libutil now relies on the mac_*
>   symbols exported by newer versions of libc, and so we want applications
>   depending on the newer library code to be required to link against the
>   newer libc.

Maybe there needs to tweak LIBDIR?

# ls -l /lib|grep libutil
lrwxr-xr-x  1 root  wheel       12 Sep  3 13:53 libutil.so -> libutil.so.3
-r--r--r--  1 root  wheel    41560 Nov 13 07:45 libutil.so.3
-r--r--r--  1 root  wheel    41560 Nov 22 15:00 libutil.so.4

-- fuyuki


More information about the cvs-src mailing list