Upgrade to libarchive 2.0.25 which gives us a nice speed boost along with
[dragonfly/vkernel-mp.git] / lib / libarchive / patches / archive_platform.h.patch
blob3c8672830d56fe4e4094a59656e9afc00f0acee7
1 $DragonFly: src/lib/libarchive/patches/archive_platform.h.patch,v 1.4 2007/03/26 00:03:44 pavalos Exp $
2 --- archive_platform.h.orig 2007-03-25 17:03:13.000000000 -0400
3 +++ archive_platform.h 2007-03-25 17:03:35.000000000 -0400
4 @@ -38,7 +38,7 @@
6 #if defined(HAVE_CONFIG_H)
7 /* Most POSIX platforms use the 'configure' script to build config.h */
8 -#include "../config.h"
9 +#include "config.h"
10 #elif defined(__FreeBSD__)
11 /* Building as part of FreeBSD system requires a pre-built config.h. */
12 #include "config_freebsd.h"