]> Savannah Git Hosting - gnulib.git/commitdiff
group-member: fix malloc-gnu dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 23 Oct 2024 21:27:45 +0000 (14:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Oct 2024 04:57:17 +0000 (21:57 -0700)
* modules/group-member (Depends-on): Depend on malloc-gnu,
not realloc-gnu, since the code uses malloc not realloc.

ChangeLog
modules/group-member

index 8c89713ebf60e9c73420e7b5bfae246d37adef8a..93b50bde7091997f72522a4b565a515b024a8582 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-10-23  Paul Eggert  <eggert@cs.ucla.edu>
 
+       group-member: fix malloc-gnu dependency
+       * modules/group-member (Depends-on): Depend on malloc-gnu,
+       not realloc-gnu, since the code uses malloc not realloc.
+
        realloc: still more improvements for realloc (p, 0)
        * doc/posix-functions/malloc.texi: AIX is sans _LINUX_SOURCE_COMPAT.
        * doc/posix-functions/realloc.texi:
index d84b751c0c5e642834a04029ff0f06dedd5274d4..a1b85c7be827c08065c9defd7a1401050de8b7a4 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 unistd
 extensions
 getgroups        [test $HAVE_GROUP_MEMBER = 0]
-realloc-gnu      [test $HAVE_GROUP_MEMBER = 0]
+malloc-gnu       [test $HAVE_GROUP_MEMBER = 0]
 stdckdint        [test $HAVE_GROUP_MEMBER = 0]
 
 configure.ac: