Package: linux-libc-dev
Version: 3.12.9-1
Severity: important
Trying to build a software package that uses MAX_ARG_STRLEN on armhf I hit a build
failure caused by PAGE_SIZE being undefined, we probably need to define MAX_ARG_STRLEN
in a different fashion for armhf:
#define MAX_ARG_STRLEN (PAGE_SIZE * 32)
Thanks,
Gustavo Noronha