From e9f47af403429445f9daf2887994009210f3253b Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 26 Sep 2001 02:47:04 +0000 Subject: [PATCH] Ack! this patch never made it in. Force dynamic library for static build to install properly. (87213) r=cathleen, sr=waterson --- xpinstall/src/Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xpinstall/src/Makefile.in b/xpinstall/src/Makefile.in index c9caf8fc346..d3f5da90bf8 100644 --- a/xpinstall/src/Makefile.in +++ b/xpinstall/src/Makefile.in @@ -29,6 +29,12 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +# Make this a true dynamic component even in static builds because +# this component is shared by installer +MOZ_STATIC_COMPONENT_LIBS= +BUILD_STATIC_LIBS= +BUILD_SHARED_LIBS=1 + MODULE = xpinstall LIBRARY_NAME = xpinstall EXPORT_LIBRARY = 1