summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang0222%aol.com <devnull@localhost>2003-11-13 01:59:22 +0000
committerwchang0222%aol.com <devnull@localhost>2003-11-13 01:59:22 +0000
commitb21c61fcf8ea5b4816e3f0e80f52154a3f66eda0 (patch)
treed8aa657ecc11ba3eaea0eddb6ad82a57b4926b27
parent44ab6cc95e36c22b6142cbdc16d360d74637f1a9 (diff)
downloadnss-hg-b21c61fcf8ea5b4816e3f0e80f52154a3f66eda0.tar.gz
Bugzilla bug 225259: link NSS dynamic shared libraries with the
-headerpad_max_install_names option. r=ccarlen, sr=sfraser.
-rw-r--r--security/coreconf/Darwin.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/Darwin.mk b/security/coreconf/Darwin.mk
index edda3effb..2a4c1d47a 100644
--- a/security/coreconf/Darwin.mk
+++ b/security/coreconf/Darwin.mk
@@ -68,7 +68,7 @@ endif
ARCH = darwin
# May override this with -bundle to create a loadable module.
-DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@)
+DSO_LDOPTS = -dynamiclib -compatibility_version 1 -current_version 1 -install_name @executable_path/$(notdir $@) -headerpad_max_install_names
MKSHLIB = $(CC) -arch $(CPU_ARCH) $(DSO_LDOPTS)
DLL_SUFFIX = dylib