Searched hist:"02 b6306fb0f7282396be7b58e37c71111864c6f5" (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libarchive/ |
H A D | config_freebsd.h | diff 02b6306fb0f7282396be7b58e37c71111864c6f5 Sat Jul 26 17:33:20 CEST 2014 Dimitry Andric <dim@FreeBSD.org> In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.h header with archive_crypto_private.h, and its ARCHIVE_HASH_xxx macros were renamed to ARCHIVE_CRYPTO_xxx.
Rename these macros in lib/libarchive/config_freebsd.h, to re-enable the hashes for libarchive again. This affects the mtree format writer, and the xar format reader and writer modules.
This also requires changes in the library order for statically linking rescue, otherwise ld would complain about redefined symbols. Thanks to jkim for pointing out the solution.
Reviewed by: kientzle MFC after: 1 week
|
/freebsd/rescue/rescue/ |
H A D | Makefile | diff 02b6306fb0f7282396be7b58e37c71111864c6f5 Sat Jul 26 17:33:20 CEST 2014 Dimitry Andric <dim@FreeBSD.org> In r232153, libarchive 3.0.3 was imported, replacing the archive_hash.h header with archive_crypto_private.h, and its ARCHIVE_HASH_xxx macros were renamed to ARCHIVE_CRYPTO_xxx.
Rename these macros in lib/libarchive/config_freebsd.h, to re-enable the hashes for libarchive again. This affects the mtree format writer, and the xar format reader and writer modules.
This also requires changes in the library order for statically linking rescue, otherwise ld would complain about redefined symbols. Thanks to jkim for pointing out the solution.
Reviewed by: kientzle MFC after: 1 week
|