From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7832 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Allow different paths for static and shared libraries Date: Sun, 31 May 2015 03:31:57 -0400 Message-ID: <20150531073157.GR17573@brightrain.aerifal.cx> References: <1433057065-9167-1-git-send-email-ismael@iodev.co.uk> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1433057535 24376 80.91.229.3 (31 May 2015 07:32:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 May 2015 07:32:15 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7844-gllmg-musl=m.gmane.org@lists.openwall.com Sun May 31 09:32:15 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Yyxj9-00021r-7L for gllmg-musl@m.gmane.org; Sun, 31 May 2015 09:32:11 +0200 Original-Received: (qmail 28481 invoked by uid 550); 31 May 2015 07:32:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28460 invoked from network); 31 May 2015 07:32:09 -0000 Content-Disposition: inline In-Reply-To: <1433057065-9167-1-git-send-email-ismael@iodev.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:7832 Archived-At: On Sun, May 31, 2015 at 04:24:25AM -0300, Ismael Luceno wrote: > Signed-off-by: Ismael Luceno > --- > Makefile | 5 ++++- > configure | 3 +++ > 2 files changed, 7 insertions(+), 1 deletion(-) > [...] Is there a motivation/intended-usage-case for this patch? Rich