summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-07-29 21:48:39 +0000
committerwtc%netscape.com <devnull@localhost>2002-07-29 21:48:39 +0000
commit3f9ee0a454b7fe226f5df2ac94ec1076febb2325 (patch)
tree5aa6df375ecbe996f2bb4b41c06e04612b03fc15
parent30e1ea55757e6b635cac42c4eaa913abf0d2c19a (diff)
downloadnss-hg-3f9ee0a454b7fe226f5df2ac94ec1076febb2325.tar.gz
Bug 159976: removed the incorrect linker options for building a bundle on
Mac OS X. The patch is contributed by Ben Hines <bhines@alumni.ucsd.edu>.
-rw-r--r--security/nss/lib/ckfw/builtins/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/ckfw/builtins/config.mk b/security/nss/lib/ckfw/builtins/config.mk
index cccc96eb8..f9fdb5702 100644
--- a/security/nss/lib/ckfw/builtins/config.mk
+++ b/security/nss/lib/ckfw/builtins/config.mk
@@ -54,5 +54,5 @@ endif
# To create a loadable module on Darwin, we must use -bundle.
#
ifeq ($(OS_TARGET),Darwin)
-DSO_LDOPTS := $(subst -dynamiclib,-bundle,$(DSO_LDOPTS))
+DSO_LDOPTS = -bundle
endif