From: Tim Kientzle Date: Mon, 3 Aug 2009 02:23:10 +0000 (-0400) Subject: Minor FreeBSD build fix. X-Git-Tag: v2.8.0~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d5d8ed2a117a42f02f46f960c12dd5aed547709;p=thirdparty%2Flibarchive.git Minor FreeBSD build fix. SVN-Revision: 1326 --- diff --git a/cpio/config_freebsd.h b/cpio/config_freebsd.h index 11d5b6da9..0d449d993 100644 --- a/cpio/config_freebsd.h +++ b/cpio/config_freebsd.h @@ -35,11 +35,15 @@ #define HAVE_FUTIMES 1 #define HAVE_GRP_H 1 #define HAVE_LIBARCHIVE 1 +#define HAVE_LINK 1 +#define HAVE_LSTAT 1 #define HAVE_LUTIMES 1 #define HAVE_PWD_H 1 +#define HAVE_READLINK 1 #define HAVE_STDARG_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 +#define HAVE_SYMLINK 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_TIME_H 1