From owner-svn-src-all@freebsd.org Sun Jun 28 07:41:11 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1BAFE98E363; Sun, 28 Jun 2015 07:41:11 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7222115B; Sun, 28 Jun 2015 07:41:10 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wiga1 with SMTP id a1so47090423wig.0; Sun, 28 Jun 2015 00:41:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=uxaDodSBeEjmT1+Ba1FIvqmufOKbrJcBDYXaEx/cD4U=; b=HuWdRs9NxJV4a3+YIUhwm2je1OUXO1EVg0GvzBRlKFOlrP+ebssJVmlYNNgWpLeVHE JyeQ+2z3kQ8HaWal0xDCSLHzROEBP2c7Y25y77TuNuIZrOx27yvWWuAEKAruE8oSJsDl g0IyPpxCIiXsawTMnPupHRf/t8HzwTzE9NQad6xTMahTppDB3X05MAB3ncwkvC+NmbD2 pxr8OC+B1N2KW6k2y9ewk5kn3V/ZkGjca6nplDjfmSlAIcO4eM9Jby9jKibCqmspDptD 5tYJvP62jBbC7PLE6QJYEG9Mc0XkCCclzrW3orUxIPFHfO5MccBFdMW2YKfVJcsjqO+X UiPg== X-Received: by 10.180.91.100 with SMTP id cd4mr11645738wib.1.1435477269328; Sun, 28 Jun 2015 00:41:09 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id f8sm6228570wiy.7.2015.06.28.00.41.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 00:41:08 -0700 (PDT) Sender: Baptiste Daroussin Date: Sun, 28 Jun 2015 09:41:06 +0200 From: Baptiste Daroussin To: Garrett Cooper Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r284898 - in head: . share/mk Message-ID: <20150628074103.GA68142@ivaldir.etoilebsd.net> References: <201506272328.t5RNSvQS063168@svn.freebsd.org> <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 07:41:11 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 27, 2015 at 08:37:23PM -0700, Garrett Cooper wrote: >=20 > > On Jun 27, 2015, at 16:28, Baptiste Daroussin wrote: > >=20 > > Author: bapt > > Date: Sat Jun 27 23:28:56 2015 > > New Revision: 284898 > > URL: https://svnweb.freebsd.org/changeset/base/284898 > >=20 > > Log: > > Make all shared library a relative symlink > >=20 > > 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) > >=20 > > Differential Revision: https://reviews.freebsd.org/D2920 > > Submitted by: imp, adrian > > Tested by: adrian >=20 > 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 ) Best regards, Bapt --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlWPpQ8ACgkQ8kTtMUmk6EyN5QCfUGqFbTY02Rojir0gt3e+uSzi 270AoMHAAzwMsqYaozwAAZMi8jgNZR0k =zFwV -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf--