Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #263647

Category gzip
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Sun 05 Apr 2026 22:50:19
Repository git://git.savannah.gnu.org/gzip.git
Project gzip
Branch master
Revision 0ac3f991f1b495bba6140000028ac5923b53f92b

Comments

maint: adjust to GNULIB sigprogcmask changes
* bootstrap.conf (gnulib_modules):
Add sigprocmask, since gzip.c uses it directly.
(gnulib_tool_option_extras): Also avoid threadlib,
which would otherwise be pulled in by pthread_sigmask.
* configure.ac (GNULIB_PTHREAD_SIGMASK_SINGLE_THREAD):
Define this instead of defining GNULIB_SIGACTION_SINGLE_THREAD.
The latter was a misspelling, and in the meantime Gnulib has evolved
to use GNULIB_PTHREAD_SIGMASK_SINGLE_THREAD anyway.

Changed files