svn commit: r284898 - in head: . share/mk

Baptiste Daroussin bapt at freebsd.org
Sun Jun 28 07:49:36 UTC 2015


On Sun, Jun 28, 2015 at 12:46:34AM -0700, NGie Cooper wrote:
> On Sun, Jun 28, 2015 at 12:41 AM, Baptiste Daroussin <bapt at freebsd.org> wrote:
> > On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote:
> >>
> >> > On Jun 27, 2015, at 16:28, Baptiste Daroussin <bapt at FreeBSD.org> wrote:
> >> >
> >> > Author: bapt
> >> > Date: Sat Jun 27 23:28:56 2015
> >> > New Revision: 284898
> >> > URL: https://svnweb.freebsd.org/changeset/base/284898
> >> >
> >> > Log:
> >> >  Make all shared library a relative symlink
> >> >
> >> >  This makes sysroot usable for cross building, it also removes the need for
> >> >  _SHLIBDIRPREFIX (keeps its definition since picobsd uses it and I have no time
> >> >  to test it)
> >> >
> >> >  Differential Revision:    https://reviews.freebsd.org/D2920
> >> >  Submitted by:    imp, adrian
> >> >  Tested by:    adrian
> >>
> >> Thank you!!! Now all you need to do is fix the ldscripts (lib/libc, etc) to not have absolute paths.
> > They do not (as far as I know):
> > cat /usr/lib/libc.so
> > /* $FreeBSD: headlibc.ldscript 258283 2013-11-17 22:52:17Z peter $ */
> > GROUP ( libc.so.7 libc_nonshared.a libssp_nonshared.a )
> 
> Ah, I'm guessing you fixed it [by accident/on purpose?] in this commit
> based on comments in bsd.lib.mk related to SHLIB_LINK...
> 
> Cheers!

Not at all I have this on a both where I haven't yet r284898 iirc it is like
this since the beginning I do not remember seeing those ld scripts with absolute
path.

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150628/27ad21a7/attachment.bin>


More information about the svn-src-head mailing list