ilovezfs
|
a53eca8cde
|
dependency_collector: need xz dep on <= macOS 10.8
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
`/* #undef HAVE_LIBLZMA */`
Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
`#define HAVE_LIBLZMA 1`
|
2016-10-16 05:48:37 -07:00 |
|
Mike McQuaid
|
b1a16deb19
|
Use BSD tar's libarchive LZMA support if available
Avoid using an unnecessary `xz` dependency when it's not needed.
|
2016-10-15 13:10:37 +01:00 |
|
Bob W. Hogg
|
57c2c560a1
|
one less block in mac dep
|
2016-09-22 08:36:10 -04:00 |
|
Bob W. Hogg
|
769cab7e4f
|
follow the pattern more closely
|
2016-09-22 08:31:50 -04:00 |
|
Bob W. Hogg
|
5c926b1db3
|
make names more generic
|
2016-09-22 08:31:50 -04:00 |
|