[tor-commits] [torbrowser/maint-2.2] update libpng library name for linux
erinn at torproject.org
erinn at torproject.org
Sat Feb 18 19:10:05 UTC 2012
commit a66b3dc3d7db63c9105cc349e649f9c39314b5eb
Author: Erinn Clark <erinn at torproject.org>
Date: Sat Feb 18 20:09:09 2012 +0100
update libpng library name for linux
---
build-scripts/linux.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk
index cd43ca4..4e774c4 100644
--- a/build-scripts/linux.mk
+++ b/build-scripts/linux.mk
@@ -289,7 +289,7 @@ install-binaries:
$(LIBEVENT)/libevent_extra-2.0.so.5 $(LIBEVENT)/libevent_extra-2.0.so.5.1.5 \
$(LIBEVENT)/libevent_extra.so $(LIBEVENT)/libevent.so $(LIBSDIR)
# libpng
- cp -d $(LIBPNG)/libpng14.so* $(LIBSDIR)
+ cp -d $(LIBPNG)/libpng15.so* $(LIBSDIR)
# OpenSSL
cp -d $(OPENSSL)/libssl.so* $(OPENSSL)/libcrypto.so* $(LIBSDIR)
chmod 644 $(LIBSDIR)/libssl.so*
More information about the tor-commits
mailing list