Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/site/
Date: Sun, 31 Dec 2017 13:50:57
Message-Id: 1514727499.83bad0ad7e2f38025749cfe6f469619e4f62bf63.slyfox@gentoo
1 commit: 83bad0ad7e2f38025749cfe6f469619e4f62bf63
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 31 13:38:19 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 31 13:38:19 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=83bad0ad
7
8 sire/linux: remove gl_cv_func_re_compile_pattern_working=yes from musl
9
10 re_compile_pattern is present in glibc, uclibc, uclibc-ng, but not musl
11
12 Reported-by: Felix Janda
13 Bug: https://bugs.gentoo.org/553988
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 wrappers/site/linux | 1 -
17 wrappers/site/linux-gnu | 5 +++++
18 wrappers/site/linux-uclibc | 5 +++++
19 3 files changed, 10 insertions(+), 1 deletion(-)
20
21 diff --git a/wrappers/site/linux b/wrappers/site/linux
22 index 4ee2c1e..5631520 100644
23 --- a/wrappers/site/linux
24 +++ b/wrappers/site/linux
25 @@ -24,7 +24,6 @@ ac_cv_func_mmap_fixed_mapped=yes
26
27 # coreutils. https://bugs.gentoo.org/show_bug.cgi?id=177061
28 fu_cv_sys_stat_statvfs=yes
29 -gl_cv_func_re_compile_pattern_working=yes
30 gl_cv_func_rename_trailing_dest_slash_bug=no
31 gl_cv_func_rename_trailing_slash_bug=no
32
33
34 diff --git a/wrappers/site/linux-gnu b/wrappers/site/linux-gnu
35 index f4273b8..25cf641 100644
36 --- a/wrappers/site/linux-gnu
37 +++ b/wrappers/site/linux-gnu
38 @@ -5,6 +5,11 @@ ac_cv_func_realloc_0_nonnull=yes
39 # sys-devel/gettext-0.17
40 gl_cv_func_wcwidth_works=yes
41
42 +# coreutils
43 +# https://bugs.gentoo.org/177061
44 +# https://bugs.gentoo.org/553988
45 +gl_cv_func_re_compile_pattern_working=yes
46 +
47 # sys-apps/dbus-1.3.0
48 ac_cv_have_abstract_sockets=yes
49
50
51 diff --git a/wrappers/site/linux-uclibc b/wrappers/site/linux-uclibc
52 index 90f1f4a..640f40d 100644
53 --- a/wrappers/site/linux-uclibc
54 +++ b/wrappers/site/linux-uclibc
55 @@ -67,3 +67,8 @@ ac_cv_ulong=yes
56 ac_cv_ushort=yes
57 ac_cv_va_copy=C99
58 ac_cv_va_val_copy=yes
59 +
60 +# coreutils
61 +# https://bugs.gentoo.org/177061
62 +# https://bugs.gentoo.org/553988
63 +gl_cv_func_re_compile_pattern_working=yes