summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cpio
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-10-06 09:49:37 +0000
committertjr <tjr@FreeBSD.org>2005-10-06 09:49:37 +0000
commitf01b4c00f277c6a004726496bed19a5cfe6869f5 (patch)
tree183ecbbf8dca6685c2c06288c15f0e5d8d556b6b /gnu/usr.bin/cpio
parent15415175d51bf3e6d0c471fa8d4d120b27f32608 (diff)
downloadFreeBSD-src-f01b4c00f277c6a004726496bed19a5cfe6869f5.zip
FreeBSD-src-f01b4c00f277c6a004726496bed19a5cfe6869f5.tar.gz
Compile with -DHAVE_LSTAT since, for whatever reason, the configure script
shipped with GNU cpio 2.6 fails to test for it.
Diffstat (limited to 'gnu/usr.bin/cpio')
-rw-r--r--gnu/usr.bin/cpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile
index 992280e..2d1e575 100644
--- a/gnu/usr.bin/cpio/Makefile
+++ b/gnu/usr.bin/cpio/Makefile
@@ -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>
OpenPOWER on IntegriCloud