Building NSPR statically

Andrew Cagney <[email protected]> Fri, 11 Dec 2015 13:00:30 -0500
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <CAJeAr6tYD8CMVaHOTF90UFqW+ESVeappVDN3MD2wO2d_CWw_dQ@mail.gmail.com>
Since the question came up in the past and bug 533014 is still open.
For a cross compile targeted at m68k-uclinux, by invoking make with:

    make SHARED_LIBRARY=

I can get a static build.  Still, having configure
--{enable,disable}-shared --{enable,disable}-static would be nice.

Andrew