Browse Source

coreutils: removed config cache injection of 'gl_cv_func_re_compile_pattern_working=yes'

Note:

This seems to be glibc specific, breaking the build when using musl libc as
default libc.
user/chris/wip/musl
Christian Wiese 12 years ago
parent
commit
1ec64f36c5
  1. 1
      base/coreutils/coreutils.conf

1
base/coreutils/coreutils.conf

@ -32,7 +32,6 @@ hostcc_make_prime_list() {
if atstage cross; then
# http://bugs.gentoo.org/show_bug.cgi?id=269256
var_append configcache ' ' 'gl_cv_func_re_compile_pattern_working=yes'
var_append configcache ' ' 'gl_cv_func_rename_trailing_dest_slash_bug=no'
var_append configcache ' ' 'gl_cv_func_rename_trailing_slash_bug=no'

Loading…
Cancel
Save