summaryrefslogtreecommitdiff
path: root/nss/nss_macosx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nss/nss_macosx.patch')
-rw-r--r--nss/nss_macosx.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nss/nss_macosx.patch b/nss/nss_macosx.patch
index 6b5096072f5c..102e9a322fdc 100644
--- a/nss/nss_macosx.patch
+++ b/nss/nss_macosx.patch
@@ -65,3 +65,14 @@
MKSHLIB = $(CC) $(DSO_LDOPTS) $(DARWIN_SDK_SHLIBFLAGS)
DLL_SUFFIX = dylib
+--- misc/nss-3.13.5/mozilla/security/coreconf/rules.mk
++++ misc/build/nss-3.13.5/mozilla/security/coreconf/rules.mk
+@@ -342,7 +342,7 @@
+ chmod +x $@
+ ifeq ($(OS_TARGET),Darwin)
+ ifdef MAPFILE
+- nmedit -s $(MAPFILE) $@
++ $(NMEDIT) -s $(MAPFILE) $@
+ endif
+ endif
+ endif