Commit ad88e3b6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libevent to 2.1.10

parent fe5272b6
all:
tar xf libevent-2.1.8-stable.tar.gz
cd libevent-2.1.8-stable && ./configure --prefix=/usr --disable-static
$(MAKE) -C libevent-2.1.8-stable
$(MAKE) -C libevent-2.1.8-stable verify
$(MAKE) -C libevent-2.1.8-stable install
rm -rf libevent-2.1.8-stable
tar xf libevent-2.1.10-stable.tar.gz
cd libevent-2.1.10-stable && ./configure --prefix=/usr --disable-static
$(MAKE) -C libevent-2.1.10-stable
$(MAKE) -C libevent-2.1.10-stable verify
$(MAKE) -C libevent-2.1.10-stable install
rm -rf libevent-2.1.10-stable
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment