aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/packages.mk
blob: 1aca0609665ce121e42671f282b0477993f82669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
packages:=boost openssl libevent zeromq cppzmq zlib expat ldns unbound cppzmq readline libiconv icu4c
native_packages := native_ccache

wallet_packages=bdb

upnp_packages=miniupnpc

darwin_native_packages = native_biplist native_ds_store native_mac_alias

ifeq ($(host_os),linux)
packages += unwind
endif
ifeq ($(host_os),darwin11)
package += unwind
endif

ifneq ($(build_os),darwin)
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
packages += readline
endif