summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-07 23:31:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-07 23:31:08 -0800
commitb9b1bd31378af853378f43047beca0c4174a67d5 (patch)
tree5d15c5b74bef151aa7eb871ff542c8b3cf42d389 /config
parentd902ad1b7507776bd16fa48d605fb9e2109bda16 (diff)
downloadgnulib-b9b1bd31378af853378f43047beca0c4174a67d5.tar.gz
regex: break regcomp.c link with glibc
Problem reported by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2021-11/msg00005.html * config/srclist.txt: Comment out regcomp.c for now. * lib/regcomp.c: Revert previous change.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 83e251def9..e365012392 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -65,7 +65,7 @@ $LIBCSRC malloc/scratch_buffer_grow_preserve.c lib/malloc
$LIBCSRC malloc/scratch_buffer_set_array_size.c lib/malloc
$LIBCSRC include/intprops.h lib
$LIBCSRC misc/sys/cdefs.h lib
-$LIBCSRC posix/regcomp.c lib
+#$LIBCSRC posix/regcomp.c lib
$LIBCSRC posix/regex.c lib
$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib