Skip to content

libarchive: Fix detection of 'major' on Solaris 11.4

Brad King requested to merge brad.king/cmake:libarchive-solaris-11.4 into master

In archive_pack_dev.c there is code checking the HAVE_MAJOR macro, but it is not computed. Port the equivalent logic from archive_entry.c.

Merge request reports