From ffdc17af4a6df0d87f834c2e8daa00e812a9c552 Mon Sep 17 00:00:00 2001 From: Erick555 <37542552+Erick555@users.noreply.github.com> Date: Wed, 24 Jul 2019 00:11:50 +0000 Subject: [PATCH] Don't bundle openssl Openssl 1.1 (libraries) are available in the runtime so bundling those (especially not up-to-date) shouldn't be needed. --- website.i2pd.i2pd.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/website.i2pd.i2pd.json b/website.i2pd.i2pd.json index 477df77..7104fee 100644 --- a/website.i2pd.i2pd.json +++ b/website.i2pd.i2pd.json @@ -13,7 +13,7 @@ ], "cleanup": [ "/cache", - "/share/doc", "/share/man", "/bin/openssl", "/bin/upnpc", "/bin/c_rehash", "/bin/external-ip", + "/share/doc", "/share/man", "/bin/upnpc", "/bin/external-ip", "*.la", "*.a" ], "modules": [ @@ -32,22 +32,6 @@ } ] }, - { - "name": "openssl", - "buildsystem": "simple", - "build-commands": [ - "./config --prefix=/app --openssldir=/app/ssl shared zlib", - "make -j $FLATPAK_BUILDER_N_JOBS", - "make install" - ], - "sources": [ - { - "type": "archive", - "url": "https://www.openssl.org/source/openssl-1.1.1b.tar.gz", - "sha256": "5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b" - } - ] - }, { "name": "miniupnpc", "no-autogen": true,