Gentoo Archives: gentoo-hardened

From: "Tóth Attila" <atoth@××××××××××.hu>
To: gentoo-hardened@l.g.o
Subject: Re: [gentoo-hardened] [PATCH] fix sys-process/cronie compilation under gentoo+musl
Date: Fri, 14 Nov 2014 21:06:03
Message-Id: c0c7da31fe407067a5f70a4aae731479.squirrel@atoth.sote.hu
In Reply to: [gentoo-hardened] [PATCH] fix sys-process/cronie compilation under gentoo+musl by daggs
1 It's hard to spot the missing define in your patch, which includes a
2 complete list of files of a whole package. Most of the material is
3 consumed by the Changelog, tl;dr.
4
5 Do you mean these two?
6
7 +#include <limits.h>
8
9 +/* match gnu to posix */
10 +#define MAXNAMLEN NAME_MAX
11
12 I would suggest to attach the responsible patch of the missing define only
13 and the necessary diff of a given ebuild file. That two files could be
14 enough, I guess.
15
16 The same suggestions goes for the previous offer.
17
18 BR: Dw.
19 --
20 dr Tóth Attila, Radiológus, 06-20-825-8057
21 Attila Toth MD, Radiologist, +36-20-825-8057
22
23 2014.November 14.(P) 21:43 időpontban daggs ezt írta:
24 > Greetings,
25 >
26 > I'd like to offer the following patch that fixes compilation errors of
27 > sys-process/cronie on gentoo+musl by defining a missing definition.
28 >
29 > Signed-off By: daggs@×××.com

Replies