]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: remove "build_libressl" duplicate declaration
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 5 May 2019 12:41:12 +0000 (17:41 +0500)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 May 2019 05:25:51 +0000 (07:25 +0200)
scripts/build-ssl.sh

index 4898724ebc88aad7cd66b3cd3dc14cf0e0bdefcd..a8863ed3a56b09108c3e6df573e466f4823d6dc7 100755 (executable)
@@ -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"