mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 10:42:07 +00:00
BUILD: remove "build_libressl" duplicate declaration
This commit is contained in:
parent
44864ac7b0
commit
db6e4beea7
@ -44,14 +44,6 @@ download_libressl () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
build_libressl() {
|
|
||||||
(
|
|
||||||
cd "libressl-${LIBRESSL_VERSION}/"
|
|
||||||
./configure --prefix="${HOME}/opt"
|
|
||||||
make all install
|
|
||||||
)
|
|
||||||
}
|
|
||||||
|
|
||||||
build_libressl () {
|
build_libressl () {
|
||||||
if [ "$(cat ${HOME}/opt/.libressl-version)" != "${LIBRESSL_VERSION}" ]; then
|
if [ "$(cat ${HOME}/opt/.libressl-version)" != "${LIBRESSL_VERSION}" ]; then
|
||||||
tar zxf "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz"
|
tar zxf "download-cache/libressl-${LIBRESSL_VERSION}.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user