From: Ilya Shipitsin Date: Sun, 5 May 2019 12:41:12 +0000 (+0500) Subject: BUILD: remove "build_libressl" duplicate declaration X-Git-Tag: v2.0-dev3~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db6e4beea76915866fe4ef44c7384bd63c4f4217;p=thirdparty%2Fhaproxy.git BUILD: remove "build_libressl" duplicate declaration --- diff --git a/scripts/build-ssl.sh b/scripts/build-ssl.sh index 4898724ebc..a8863ed3a5 100755 --- a/scripts/build-ssl.sh +++ b/scripts/build-ssl.sh @@ -44,14 +44,6 @@ download_libressl () { fi } -build_libressl() { - ( - cd "libressl-${LIBRESSL_VERSION}/" - ./configure --prefix="${HOME}/opt" - make all install - ) -} - build_libressl () { if [ "$(cat ${HOME}/opt/.libressl-version)" != "${LIBRESSL_VERSION}" ]; then tar zxf "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz"