Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2003 13:37:35 +0900
From:      Kimura Fuyuki <fuyuki@nigredo.org>
To:        rwatson@FreeBSD.org
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libutil Makefile
Message-ID:  <86llq7bsz4.wl%fuyuki@nigredo.org>
In-Reply-To: <200311122156.hACLu7OR024315@repoman.freebsd.org>
References:  <200311122156.hACLu7OR024315@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Wed, 12 Nov 2003 13:56:07 -0800 (PST),
Robert Watson <rwatson@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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86llq7bsz4.wl%fuyuki>