Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2006 14:03:01 +0100
From:      Alexander Leidinger <Alexander@Leidinger.net>
To:        Paolo Pisati <piso@FreeBSD.org>
Cc:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 108717 for review
Message-ID:  <20061030140301.q7ko5hlezo0wk04s@webmail.leidinger.net>
In-Reply-To: <200610300915.k9U9Fpp4079193@repoman.freebsd.org>
References:  <200610300915.k9U9Fpp4079193@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Paolo Pisati <piso@FreeBSD.org> (from Mon, 30 Oct 2006 09:15:51 GMT)=
:

> http://perforce.freebsd.org/chv.cgi?CH=3D108717
>
> Change 108717 by piso@piso_newluxor on 2006/10/30 09:15:47

> =3D=3D=3D=3D //depot/projects/soc2005/libalias/ObsoleteFiles.inc#10 (text+=
ko) =3D=3D=3D=3D

> +# 20061030: move liablias modules from *.so.4 to *.so
> +OLD_LIBS+=3Dlib/libalias_cuseeme.so.4
> +OLD_LIBS+=3Dlib/libalias_dummy.so.4
> +OLD_LIBS+=3Dlib/libalias_ftp.so.4
> +OLD_LIBS+=3Dlib/libalias_irc.so.4
> +OLD_LIBS+=3Dlib/libalias_nbt.so.4
> +OLD_LIBS+=3Dlib/libalias_pptp.so.4
> +OLD_LIBS+=3Dlib/libalias_skinny.so.4
> +OLD_LIBS+=3Dlib/libalias_smedia.so.4

If nobody links with them directly (for example if those are plugins =20
which are loaded at runtime only when they are needed), you can use =20
OLD_FILES for them instead of OLD_LIBS.

The goal of OLD_LIBS is to not remove libs which may break =20
applications when they are not available. For this reason symlinks to =20
libs and static libs (libXXX.a) are removed with OLD_FILES, it doesn't =20
hurt at program startup time if those are not available.

Bye,
Alexander.

--=20
People say I live in my own little fantasy world... well, at least they
*know* me there!
=09=09-- D. L. Roth

http://www.Leidinger.net    Alexander @ Leidinger.net: PGP ID =3D B0063FE7
http://www.FreeBSD.org       netchild @ FreeBSD.org  : PGP ID =3D 72077137



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061030140301.q7ko5hlezo0wk04s>