commit 2a7b8a5ff0ea48b0c3b87582f8abf3c3ad44db9f
Author: Erinn Clark <[email protected]>
Date:   Thu May 3 09:31:34 2012 -0300

    Linux: fix libevent library names
---
 build-scripts/linux.mk |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index 2834b1b..0584ec7 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -248,10 +248,11 @@ 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.5 
$(LIBEVENT)/libevent_core.so \
-          $(LIBEVENT)/libevent_core-2.0.so.5 
$(LIBEVENT)/libevent_core-2.0.so.5.1.5 \
-          $(LIBEVENT)/libevent_extra-2.0.so.5 
$(LIBEVENT)/libevent_extra-2.0.so.5.1.5 \
+       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 \
           $(LIBEVENT)/libevent_extra.so $(LIBEVENT)/libevent.so $(LIBSDIR)
+
        # libpng
        cp -d $(LIBPNG)/libpng15.so* $(LIBSDIR)
        # OpenSSL

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to