Gentoo Archives: gentoo-hardened

From: daggs <daggs@×××.com>
To: gentoo-hardened@l.g.o
Cc: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] [PATCH] fix sys-process/cronie compilation under gentoo+musl
Date: Sat, 15 Nov 2014 05:24:13
Message-Id: trinity-90994d1b-503a-4296-82cf-0146237e0aa7-1416029047793@3capp-mailcom-bs15
In Reply to: Re: [gentoo-hardened] [PATCH] fix sys-process/cronie compilation under gentoo+musl by "Tóth Attila"
1 Greetings,
2
3 > Sent: Friday, November 14, 2014 at 11:05 PM
4 > From: "Tóth Attila" <atoth@××××××××××.hu>
5 > To: gentoo-hardened@l.g.o
6 > Subject: Re: [gentoo-hardened] [PATCH] fix sys-process/cronie compilation under gentoo+musl
7 >
8 > It's hard to spot the missing define in your patch, which includes a
9 > complete list of files of a whole package. Most of the material is
10 > consumed by the Changelog, tl;dr.
11 >
12 > Do you mean these two?
13 >
14 > +#include <limits.h>
15 >
16 > +/* match gnu to posix */
17 > +#define MAXNAMLEN NAME_MAX
18 >
19 > I would suggest to attach the responsible patch of the missing define only
20 > and the necessary diff of a given ebuild file. That two files could be
21 > enough, I guess.
22 >
23 > The same suggestions goes for the previous offer.
24 >
25 so the right way to do this is to add the fix patch, a patch that modifies an existing ebuild and if the ebuild is not present in the musl branch I should mentioned that?