diff options
| author | Chun Kuan Lee <[email protected]> | 2018-07-27 23:27:28 +0800 |
|---|---|---|
| committer | Chun Kuan Lee <[email protected]> | 2018-07-30 22:43:24 +0800 |
| commit | 284f424d5abbc157b8392faece3b205974dc92d5 (patch) | |
| tree | d7e797ac6e5347ccb0252c550ca1f23e37a68a5a | |
| parent | Merge #13773: wallet: Fix accidental use of the comma operator (diff) | |
| download | discoin-284f424d5abbc157b8392faece3b205974dc92d5.tar.xz discoin-284f424d5abbc157b8392faece3b205974dc92d5.zip | |
Fix osslsigncode compile issue in gitian-build
| -rw-r--r-- | contrib/gitian-descriptors/gitian-win-signer.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-win-signer.yml b/contrib/gitian-descriptors/gitian-win-signer.yml index 2f3ec3e8f..045be873e 100644 --- a/contrib/gitian-descriptors/gitian-win-signer.yml +++ b/contrib/gitian-descriptors/gitian-win-signer.yml @@ -5,7 +5,8 @@ suites: architectures: - "amd64" packages: -- "libssl-dev" +# Once osslsigncode supports openssl 1.1, we can change this back to libssl-dev +- "libssl1.0-dev" - "autoconf" remotes: - "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git" |