[tor-commits] [torbrowser/maint-2.2] update libevent library names in linux makefile
erinn at torproject.org
erinn at torproject.org
Sat May 12 13:42:22 UTC 2012
commit ad859b060ec77434eb9ea6d2733758f8aa84f73e
Author: Erinn Clark <erinn at torproject.org>
Date: Sat May 12 10:41:41 2012 -0300
update libevent library names in linux makefile
---
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 49d3d2e..8e424cb 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -248,9 +248,9 @@ install-binaries:
# zlib
cp -d $(ZLIB)/libz.so $(ZLIB)/libz.so.1 $(ZLIB)/libz.so.1.2.6 $(LIBSDIR)/libz
# Libevent
- cp -d $(LIBEVENT)/libevent-2.0.so.5 $(LIBEVENT)/libevent-2.0.so.5.1.6 $(LIBEVENT)/libevent_core.so \
- $(LIBEVENT)/libevent_core-2.0.so.5 $(LIBEVENT)/libevent_core-2.0.so.5.1.6 \
- $(LIBEVENT)/libevent_extra-2.0.so.5 $(LIBEVENT)/libevent_extra-2.0.so.5.1.6 \
+ cp -d $(LIBEVENT)/libevent-2.0.so.5 $(LIBEVENT)/libevent-2.0.so.5.1.7 $(LIBEVENT)/libevent_core.so \
+ $(LIBEVENT)/libevent_core-2.0.so.5 $(LIBEVENT)/libevent_core-2.0.so.5.1.7 \
+ $(LIBEVENT)/libevent_extra-2.0.so.5 $(LIBEVENT)/libevent_extra-2.0.so.5.1.7 \
$(LIBEVENT)/libevent_extra.so $(LIBEVENT)/libevent.so $(LIBSDIR)
# libpng
More information about the tor-commits
mailing list