[Buildroot] [PATCH] package/libnss: bump to version 3.48

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Dec 8 13:31:18 UTC 2019


On Sun,  8 Dec 2019 12:06:50 +0100
Giulio Benetti <giulio.benetti at benettiengineering.com> wrote:

>  # Need to pass down TARGET_CFLAGS and TARGET_LDFLAGS
>  define LIBNSS_FIXUP_LINUX_MK
> -	echo 'OS_CFLAGS += $(LIBNSS_CFLAGS)' >> $(@D)/nss/coreconf/Linux.mk
> +	echo 'OS_CFLAGS += $(LIBNSS_CFLAGS) -D__USE_POSIX' >> $(@D)/nss/coreconf/Linux.mk

Defining __USE_POSIX shouldn't be done, it's defined internally by
<features.h> when _POSIX_SOURCE is defined. So I dropped this patch of
your patch, and applied to master.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list