|
Message-ID: <20110805175231.GD132@brightrain.aerifal.cx> Date: Fri, 5 Aug 2011 13:52:31 -0400 From: Rich Felker <dalias@...ifal.cx> To: musl@...ts.openwall.com Subject: Re: BusyBox ? On Fri, Aug 05, 2011 at 07:41:22PM +0200, nicolas@...lier-web.com wrote: > Thanks ! > > Is this patch always necessary ? > https://github.com/chneukirchen/sabotage/blob/master/KEEP/busybox.patch Many of these issues have since been fixed or at least changed in upstream BusyBox. Hopefully fewer changes are needed now... > If yes, should we contact the BusyBox project to say them to add the : #if > defined(__musl__) ? No, because __musl__ is not defined by musl; it's something added by Sabotage. The right fix is to find out whether it's musl or BusyBox doing things wrong and fix one or the other so that things work without ugly special-casing. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.