From 57abdf3eaa424deafda497a4a896328238353e18 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 6 Dec 2020 15:32:11 +0000 Subject: Prepare for 0.1.0.0, add --enable-libc-includes configure switch pwd.h, grp.h and shadow.h will not overwrite the libc headers by default anymore; you need to explicitly add the switch. --- package/targets.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/targets.mak') diff --git a/package/targets.mak b/package/targets.mak index e58f396..bc1f9c0 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -10,3 +10,7 @@ test-unix \ test-all-fallback LIB_DEFS := NSSS=nsss NSSSD=nsssd + +ifneq ($(DO_LIBC_INCLUDES),) +EXTRA_INCLUDES := src/include/pwd.h src/include/grp.h src/include/shadow.h +endif -- cgit v1.2.3