Re: [PATCH 2/2] gnulib: Fix build of base64 when compiling with memory debugging

2020-03-09 Thread Daniel Kiper
On Mon, Mar 09, 2020 at 01:01:51PM +0100, Patrick Steinhardt wrote: > On Mon, Mar 09, 2020 at 12:19:15PM +0100, Daniel Kiper wrote: > > On Sat, Mar 07, 2020 at 05:29:09PM +0100, Patrick Steinhardt wrote: > > > When building GRUB with memory management debugging enabled, then the > > > build fails b

Re: [PATCH 2/2] gnulib: Fix build of base64 when compiling with memory debugging

2020-03-09 Thread Patrick Steinhardt
On Mon, Mar 09, 2020 at 12:19:15PM +0100, Daniel Kiper wrote: > On Sat, Mar 07, 2020 at 05:29:09PM +0100, Patrick Steinhardt wrote: > > When building GRUB with memory management debugging enabled, then the > > build fails because of `grub_debug_malloc()` and `grub_debug_free()` > > being undefined

Re: [PATCH 2/2] gnulib: Fix build of base64 when compiling with memory debugging

2020-03-09 Thread Daniel Kiper
On Sat, Mar 07, 2020 at 05:29:09PM +0100, Patrick Steinhardt wrote: > When building GRUB with memory management debugging enabled, then the > build fails because of `grub_debug_malloc()` and `grub_debug_free()` > being undefined in the luks2 module. The cause is that we patch > "base64.h" to uncond

[PATCH 2/2] gnulib: Fix build of base64 when compiling with memory debugging

2020-03-07 Thread Patrick Steinhardt
When building GRUB with memory management debugging enabled, then the build fails because of `grub_debug_malloc()` and `grub_debug_free()` being undefined in the luks2 module. The cause is that we patch "base64.h" to unconditionaly include "config-util.h", which shouldn't be included for modules at