Commit f1809284 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libevent to 2.1.11

parent ad88e3b6
all: all:
tar xf libevent-2.1.10-stable.tar.gz tar xf libevent-2.1.11-stable.tar.gz
cd libevent-2.1.10-stable && ./configure --prefix=/usr --disable-static cd libevent-2.1.11-stable && ./configure --prefix=/usr --disable-static
$(MAKE) -C libevent-2.1.10-stable $(MAKE) -C libevent-2.1.11-stable
$(MAKE) -C libevent-2.1.10-stable verify $(MAKE) -C libevent-2.1.11-stable verify
$(MAKE) -C libevent-2.1.10-stable install $(MAKE) -C libevent-2.1.11-stable install
rm -rf libevent-2.1.10-stable rm -rf libevent-2.1.11-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