]> cat aescling's git repositories - mastodon.git/commitdiff
Stop installing libssl-dev for build (#14660)
authorDaigo 3 Dango <zunda@users.noreply.github.com>
Mon, 24 Aug 2020 23:20:59 +0000 (23:20 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 23:20:59 +0000 (01:20 +0200)
libssl-dev is provided with the stack image in build time and
conflicts in building openssl Gem for webauthn Gem added with #14466.

Aptfile

diff --git a/Aptfile b/Aptfile
index 0a01fa24bdf07b4f073b65fb5c95044bdd7e1181..419d159ef6d64f5386de0092e3e546c0f457edb8 100644 (file)
--- a/Aptfile
+++ b/Aptfile
@@ -5,7 +5,6 @@ libidn11
 libidn11-dev
 libpq-dev
 libprotobuf-dev
-libssl-dev
 libxdamage1
 libxfixes3
 protobuf-compiler