use specific version 2.0.22 stable of libevent in reproducible builds
This commit is contained in:
parent
2f7c03cbe8
commit
0a2c49911d
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ function build_boost() {
|
||||||
function build_libevent() {
|
function build_libevent() {
|
||||||
LIBEVENT_LOG="$1"
|
LIBEVENT_LOG="$1"
|
||||||
if [ ! -d libevent ]; then
|
if [ ! -d libevent ]; then
|
||||||
git clone https://github.com/libevent/libevent.git
|
git clone --branch release-2.0.22-stable https://github.com/libevent/libevent.git
|
||||||
fi
|
fi
|
||||||
cd libevent
|
cd libevent
|
||||||
echo "Building libevent. tail -f ${LIBEVENT_LOG} to see the details and monitor progress"
|
echo "Building libevent. tail -f ${LIBEVENT_LOG} to see the details and monitor progress"
|
||||||
|
|
Loading…
Reference in a new issue