[tor-commits] [torbrowser/maint-2.2] bump libevent library names for 2.0.14-stable
erinn at torproject.org
erinn at torproject.org
Wed Aug 31 20:36:12 UTC 2011
commit 7f5edf6876e20387977979a0c3b2a1fd6388c512
Author: Erinn Clark <erinn at torproject.org>
Date: Wed Aug 31 21:35:30 2011 +0100
bump libevent library names for 2.0.14-stable
---
build-scripts/linux.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 60dce48..e7eaf94 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -281,9 +281,9 @@ install-binaries:
# zlib
cp -d $(ZLIB)/libz.so $(ZLIB)/libz.so.1 $(ZLIB)/libz.so.1.2.5 $(LIBSDIR)/libz
# Libevent
- cp -d $(LIBEVENT)/libevent-2.0.so.5 $(LIBEVENT)/libevent-2.0.so.5.1.2 $(LIBEVENT)/libevent_core.so \
- $(LIBEVENT)/libevent_core-2.0.so.5 $(LIBEVENT)/libevent_core-2.0.so.5.1.2 \
- $(LIBEVENT)/libevent_extra-2.0.so.5 $(LIBEVENT)/libevent_extra-2.0.so.5.1.2 \
+ cp -d $(LIBEVENT)/libevent-2.0.so.5 $(LIBEVENT)/libevent-2.0.so.5.1.3 $(LIBEVENT)/libevent_core.so \
+ $(LIBEVENT)/libevent_core-2.0.so.5 $(LIBEVENT)/libevent_core-2.0.so.5.1.3 \
+ $(LIBEVENT)/libevent_extra-2.0.so.5 $(LIBEVENT)/libevent_extra-2.0.so.5.1.3 \
$(LIBEVENT)/libevent_extra.so $(LIBEVENT)/libevent.so $(LIBSDIR)
# libpng
cp -d $(LIBPNG)/libpng14.so* $(LIBSDIR)
More information about the tor-commits
mailing list