summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-04-17 07:28:49 +0000
committerkientzle <kientzle@FreeBSD.org>2009-04-17 07:28:49 +0000
commitc88488a33c00fb07f0772ef4a34729f88ae94a02 (patch)
tree637e77766c3cfe30e8aa9e9009bfe2f989c4fe70 /lib/libarchive
parent5853643ce6ecab17fd51492c41fe5a44599637b2 (diff)
downloadFreeBSD-src-c88488a33c00fb07f0772ef4a34729f88ae94a02.zip
FreeBSD-src-c88488a33c00fb07f0772ef4a34729f88ae94a02.tar.gz
Disabling the crypto bits should quiet tinderbox while I
track down the library dependencies that are screwing up the /rescue build.
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/config_freebsd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libarchive/config_freebsd.h b/lib/libarchive/config_freebsd.h
index 8313476b..c427b41 100644
--- a/lib/libarchive/config_freebsd.h
+++ b/lib/libarchive/config_freebsd.h
@@ -75,30 +75,38 @@
#define HAVE_LIMITS_H 1
#define HAVE_LUTIMES 1
#define HAVE_MALLOC 1
+#if 0
#define HAVE_MD5 1
#define HAVE_MD5_H 1
+#endif
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MKFIFO 1
#define HAVE_MKNOD 1
+#if 0
#define HAVE_OPENSSL_MD5_H 1
#define HAVE_OPENSSL_RIPEMD_H 1
#define HAVE_OPENSSL_SHA_H 1
+#endif
#define HAVE_PIPE 1
#define HAVE_POLL 1
#define HAVE_POLL_H 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
+#if 0
#define HAVE_RMD160 1
+#endif
#define HAVE_SELECT 1
#define HAVE_SETENV 1
+#if 0
#define HAVE_SHA_H 1
#define HAVE_SHA1 1
#define HAVE_SHA256 1
#define HAVE_SHA256_H 1
#define HAVE_SHA384 1
#define HAVE_SHA512 1
+#endif
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
OpenPOWER on IntegriCloud