From owner-svn-src-all@freebsd.org Sun Jun 28 03:37:32 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 6F68398DDA4; Sun, 28 Jun 2015 03:37:32 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (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 45F311574; Sun, 28 Jun 2015 03:37:26 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by padev16 with SMTP id ev16so87877037pad.0; Sat, 27 Jun 2015 20:37:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=XCC41bVdtunYEN3O8LNdRr2SCsNAP+eu7zCYe7jp0Tk=; b=qKvy2+hWj2N+REONJOeHYkgZSJB7g+ss4hdmlYExfVoqXDja7nV51dTjHnDSqZXzlY cwiPAtSZXDueqUufiOeCWzO5Ga6OSQp1S277IcILpubeHoeh0aEY4G4ZqHz5bFvKcEA7 n9JapNOZDHtpJBVG79tnQtFDwzKZASg9+mDtYAkpVwkUV4ek5VJL27Zn2fq0NB4RWEIF JJwLRUgxkE3GRA3szPg9atXLFJE9mcxzYxhfeLyD3CG/PsaYlRSmqW941nISRdLuGv/9 5aWR9pQGcF5lx+AXu3w7lMMi8wyIaMrShTavqWjeH0/dHCiQvpDyDqmQcEuo1nb1Asqd F9dQ== X-Received: by 10.70.32.164 with SMTP id k4mr18834681pdi.138.1435462645544; Sat, 27 Jun 2015 20:37:25 -0700 (PDT) Received: from [192.168.20.7] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id p9sm37886961pds.92.2015.06.27.20.37.24 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 27 Jun 2015 20:37:24 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r284898 - in head: . share/mk From: Garrett Cooper X-Mailer: iPhone Mail (12F70) In-Reply-To: <201506272328.t5RNSvQS063168@svn.freebsd.org> Date: Sat, 27 Jun 2015 20:37:23 -0700 Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <260A448A-7195-49E6-8CCD-9F0753B61A18@gmail.com> References: <201506272328.t5RNSvQS063168@svn.freebsd.org> To: Baptiste Daroussin 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 03:37:32 -0000 > 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 fo= r > _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 Thank you!!! Now all you need to do is fix the ldscripts (lib/libc, etc) to n= ot have absolute paths.=