diff --git a/mozilla/mailnews/news/src/Makefile.in b/mozilla/mailnews/news/src/Makefile.in index 701671da48a..22d60d4d9c9 100644 --- a/mozilla/mailnews/news/src/Makefile.in +++ b/mozilla/mailnews/news/src/Makefile.in @@ -58,5 +58,10 @@ EXTRA_DSO_LDOPTS = \ include $(topsrcdir)/config/config.mk -include $(topsrcdir)/config/rules.mk +MKSHLIB := +# we don't want the shared lib, but we want to force the creation of a static lib. +override NO_SHARED_LIB=1 +override NO_STATIC_LIB= + +include $(topsrcdir)/config/rules.mk