[Buildroot] [PATCH 1/1] package/gdbm: fix build error

Waldemar Brodkorb wbx at openadk.org
Tue Jun 6 21:10:30 UTC 2017


Hi Thomas,
Thomas Petazzoni wrote,

> Hello,
> 
> On Mon,  5 Jun 2017 00:09:50 +0200, Bernd Kuhls wrote:
> 
> > +-compute_directory_size (GDBM_FILE dbf, blksize_t block_size,
> > ++compute_directory_size (GDBM_FILE dbf, __blksize_t block_size,
> 
> This doesn't feel like the right fix, because uClibc does define
> blksize_t:
> 
> #if defined __USE_UNIX98 && !defined __blksize_t_defined
> typedef __blksize_t blksize_t;
> # define __blksize_t_defined
> #endif
> 
> Missing header include? __USE_UNIX98 not defined?
> 
> Perhaps a good question for Waldemar (added in Cc).

Fix sent to the list.
Some problem with uClibc-ng not in sync with glibc.

best regards
 Waldemar


More information about the buildroot mailing list