From 7c13f400d503e0bfabba4d366034b84de37d3736 Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 1 Oct 2005 06:35:58 +0000 Subject: Define HAVE_MKFIFO and HAVE_SETLOCALE here since the configure script apparently fails to do it. --- gnu/usr.bin/cpio/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cpio/Makefile b/gnu/usr.bin/cpio/Makefile index cfcf51a..992280e 100644 --- a/gnu/usr.bin/cpio/Makefile +++ b/gnu/usr.bin/cpio/Makefile @@ -56,6 +56,7 @@ getopt.h: getopt_.h alloca.h: alloca_.h ln -fs ${.ALLSRC} ${.TARGET} -CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H +CFLAGS+=-I${.OBJDIR} -I${.CURDIR} -I${CPIODIR}/lib -DHAVE_CONFIG_H \ + -DHAVE_MKFIFO -DHAVE_SETLOCALE .include -- cgit v1.1