depends: bump cctools to a custom version with less deps

This one no longer requires native libuuid or libcrypto
This commit is contained in:
Cory Fields
2015-01-02 19:31:04 -05:00
parent 46f54bf796
commit 4caad26ba1
4 changed files with 6 additions and 49 deletions

View File

@@ -19,5 +19,5 @@ wallet_packages=bdb
upnp_packages=miniupnpc
ifneq ($(build_os),darwin)
darwin_native_packages=native_libuuid native_openssl native_cctools native_cdrkit native_libdmg-hfsplus
darwin_native_packages=native_cctools native_cdrkit native_libdmg-hfsplus
endif