diff options
author | Andrew Chow <achow101-github@achow101.com> | 2020-04-11 14:15:05 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-04-11 14:15:05 -0400 |
commit | e44aeefaaed8d698d1b9004b66f85384397b1a75 (patch) | |
tree | a325e951f7d7fbb3c46a69978b98c9fbef7573ff | |
parent | a5623ba89f050182ce9b1f570f3736b272b544b2 (diff) |
gitian: Add missing automake package to gitian-win-signer.yml
automake is needed to build osslsigncode otherwise autogen.sh fails.
-rw-r--r-- | contrib/gitian-descriptors/gitian-win-signer.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml index 9d96465742..6bcd126662 100644 --- a/contrib/gitian-descriptors/gitian-win-signer.yml +++ b/contrib/gitian-descriptors/gitian-win-signer.yml @@ -8,6 +8,7 @@ architectures: packages: - "libssl-dev" - "autoconf" +- "automake" - "libtool" - "pkg-config" remotes: |