svn commit: r191196 - head/lib/libarchive

Tim Kientzle kientzle at FreeBSD.org
Fri Apr 17 07:28:50 UTC 2009


Author: kientzle
Date: Fri Apr 17 07:28:49 2009
New Revision: 191196
URL: http://svn.freebsd.org/changeset/base/191196

Log:
  Disabling the crypto bits should quiet tinderbox while I
  track down the library dependencies that are screwing up the /rescue build.

Modified:
  head/lib/libarchive/config_freebsd.h

Modified: head/lib/libarchive/config_freebsd.h
==============================================================================
--- head/lib/libarchive/config_freebsd.h	Fri Apr 17 05:37:31 2009	(r191195)
+++ head/lib/libarchive/config_freebsd.h	Fri Apr 17 07:28:49 2009	(r191196)
@@ -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


More information about the svn-src-head mailing list