From d27bf236fcd6ba4391a36ec284c605ba9355765c Mon Sep 17 00:00:00 2001 From: Prajakta Purohit Date: Mon, 18 Sep 2017 11:24:37 -0700 Subject: [PATCH] Add skip_transitive_dependency_licensing for libsodium and libzmq Signed-off-by: Prajakta Purohit --- config/software/libsodium.rb | 1 + config/software/libzmq.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/config/software/libsodium.rb b/config/software/libsodium.rb index 309c695ef..6c15bbfef 100644 --- a/config/software/libsodium.rb +++ b/config/software/libsodium.rb @@ -21,6 +21,7 @@ license "ISC" license_file "LICENSE" +skip_transitive_dependency_licensing true # Depend on the msys2/mingw environment given to us and don't build our # own build tools on windows. diff --git a/config/software/libzmq.rb b/config/software/libzmq.rb index 05bb216d0..faf617138 100644 --- a/config/software/libzmq.rb +++ b/config/software/libzmq.rb @@ -21,6 +21,7 @@ license "LGPL-3.0" license_file "COPYING" license_file "COPYING.LESSER" +skip_transitive_dependency_licensing true # Depend on the msys2/mingw environment given to us and don't build our # own build tools on windows.