kjn / lbzip2

Parallel bzip2 utility
GNU General Public License v3.0
132 stars 17 forks source link

Define the GNULIB_XALLOC_DIE macro #33

Open fweimer-rh opened 1 year ago

fweimer-rh commented 1 year ago

This avoids an implicit function declaration when building gnulib's xmalloc.c, addressing a build failure with future compiler version.

Solution proposed by Bruno Haible here: Re: xmalloc calling undeclared xalloc_die function

Related to: