From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4424 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: optional compat? Date: Fri, 27 Dec 2013 20:32:17 -0500 Message-ID: <20131228013217.GH24286@brightrain.aerifal.cx> References: 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 1388194344 1256 80.91.229.3 (28 Dec 2013 01:32:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Dec 2013 01:32:24 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4428-gllmg-musl=m.gmane.org@lists.openwall.com Sat Dec 28 02:32:31 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VwilR-0006uy-Tq for gllmg-musl@plane.gmane.org; Sat, 28 Dec 2013 02:32:30 +0100 Original-Received: (qmail 22355 invoked by uid 550); 28 Dec 2013 01:32:29 -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 22347 invoked from network); 28 Dec 2013 01:32:29 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:4424 Archived-At: On Fri, Dec 27, 2013 at 11:11:45PM +0000, Justin Cormack wrote: > The include files sys/errno.h and sys/signal.h, to work around broken > code are a bit inconsistent, one has a #warning and the other doesnt. > I would actually rather that they were only installed if requested, as > (in an unusual situation) they are actually causing me issues. It > would seem nicer to have a make installbroken as well... Could you elaborate on how they're causing a problem? It's preferred to avoid creating multiple configuration variants which would then need to have their own application compatibility studies... Rich