commit fe08391a92867d623dbf374565433870c829e908 Author: Robert Ransom rransom.8774@gmail.com Date: Fri Sep 2 02:09:27 2011 -0400
[Linux] Stop shipping libQt*.so.4.6.2.debug
Those files are too small to possibly contain useful debug information, and they make remove-shared-lib-symlinks's sanity checks fail. --- build-scripts/linux.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build-scripts/linux.mk b/build-scripts/linux.mk index 4b83c8f..47fd74b 100644 --- a/build-scripts/linux.mk +++ b/build-scripts/linux.mk @@ -286,6 +286,7 @@ install-binaries: cp -d $(QT)/libQtGui.so* $(LIBSDIR) cp -d $(QT)/libQtNetwork.so* $(LIBSDIR) cp -d $(QT)/libQtXml.so* $(LIBSDIR) + rm $(LIBSDIR)/libQt*.so*.debug # zlib cp -d $(ZLIB)/libz.so $(ZLIB)/libz.so.1 $(ZLIB)/libz.so.1.2.5 $(LIBSDIR)/libz # Libevent
tor-commits@lists.torproject.org