svn commit: r349641 - head/tools/build/mk
John Baldwin
jhb at FreeBSD.org
Wed Jul 3 16:14:50 UTC 2019
On 7/3/19 2:14 AM, Tijl Coosemans wrote:
> Author: tijl
> Date: Wed Jul 3 09:14:39 2019
> New Revision: 349641
> URL: https://svnweb.freebsd.org/changeset/base/349641
>
> Log:
> Also remove lib32 versions of libradius.
>
> MFC after: 1 week
I do wonder if we shouldn't try to make OLD_LIBS a bit
smarter by having it expand to also include the lib32
(and libsoft) variants. Having some kind of helper
to deal with the non-dynamic libs would also be nice
(it would remove libfoo.a, libfoo_p.a, and libfoo.so
which always live in /usr/lib, /usr/lib32, and /usr/libsoft).
--
John Baldwin
More information about the svn-src-all
mailing list