From a9e6edeed9182f8a15cdb38b9f8140523f13ae97 Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Fri, 4 Oct 2019 12:11:42 -0700 Subject: [PATCH] more stuff --- contrib/debian/copyright | 4 ++++ depends/packages/packages.mk | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/contrib/debian/copyright b/contrib/debian/copyright index 7b0f72fce..3c93ce7a9 100644 --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -68,6 +68,10 @@ Files: src/secp256k1/build-aux/m4/ax_prog_cc_for_build.m4 Copyright: 2008 Paolo Bonzini License: GNU-All-permissive-License +Files: depends/sources/utfcpp-*.tar.gz +Copyright: 2006 Nemanja Trifunovic +License: Boost-Software-License-1.0 + License: Boost-Software-License-1.0 Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by diff --git a/depends/packages/packages.mk b/depends/packages/packages.mk index e29c62580..1c1a50668 100644 --- a/depends/packages/packages.mk +++ b/depends/packages/packages.mk @@ -1,10 +1,10 @@ rust_packages := rust librustzcash ifeq ($(build_os),darwin) - zcash_packages := libsnark libgmp libsodium + zcash_packages := libsnark libgmp libsodium utfcpp else proton_packages := proton - zcash_packages := libgmp libsodium + zcash_packages := libgmp libsodium utfcpp endif rust_crates := \