Compile with -DHAVE_LSTAT since, for whatever reason, the configure script

shipped with GNU cpio 2.6 fails to test for it.
This commit is contained in:
Tim J. Robbins 2005-10-06 09:49:37 +00:00
parent 6383f6aae0
commit ff409d3258
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150991

View File

@ -57,6 +57,6 @@ alloca.h: alloca_.h
ln -fs ${.ALLSRC} ${.TARGET}
CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \
-DHAVE_MKFIFO -DHAVE_SETLOCALE
-DHAVE_MKFIFO -DHAVE_SETLOCALE -DHAVE_LSTAT
.include <bsd.prog.mk>