From a4de8d915bd956e2d8f37191dc4f65313646b8ab Mon Sep 17 00:00:00 2001 From: asac Date: Sat, 24 Feb 2007 21:21:30 +0100 Subject: [PATCH] bzXXX-wl-no-as-needed-for-libxpcom-lp85112 + use -Wl,--no-as-needed for libxpcom.so (Closes: LP#85112) to reduce lib dependencies of plugins. --- browser/app/Makefile.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in index 992bcea..5c49ee0 100644 --- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -88,7 +88,9 @@ LIBS = \ $(EXTRA_DSO_LIBS) \ $(DIST)/lib/$(LIB_PREFIX)xulapp_s.$(LIB_SUFFIX) \ $(MOZ_JS_LIBS) \ + -Wl,--no-as-needed \ $(XPCOM_LIBS) \ + -Wl,--as-needed \ $(NSPR_LIBS) \ $(TK_LIBS) \ $(NULL) -- 1.4.4.4