diff options
author | relyea%netscape.com <devnull@localhost> | 2000-12-22 17:09:07 +0000 |
---|---|---|
committer | relyea%netscape.com <devnull@localhost> | 2000-12-22 17:09:07 +0000 |
commit | 3b23595d1c0776505159e87407ed841b29101dba (patch) | |
tree | b4e8baae7c7f6836a503c3af58cab9a3f8718e07 /security/nss/cmd/makepqg | |
parent | b7ec121f0abe4dd684c97b5b1fc096c4d6cc11a8 (diff) | |
download | nss-hg-3b23595d1c0776505159e87407ed841b29101dba.tar.gz |
Add dynamic Library support to commands. Mark those that commands that still
need to be build with static libraries appropriately.
Diffstat (limited to 'security/nss/cmd/makepqg')
-rw-r--r-- | security/nss/cmd/makepqg/manifest.mn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/cmd/makepqg/manifest.mn b/security/nss/cmd/makepqg/manifest.mn index 2a47c49bf..1bf4337c1 100644 --- a/security/nss/cmd/makepqg/manifest.mn +++ b/security/nss/cmd/makepqg/manifest.mn @@ -43,3 +43,5 @@ CSRCS = makepqg.c PROGRAM = makepqg +USE_STATIC_LIBS = 1 + |