summaryrefslogtreecommitdiff
path: root/nss/nss_macosx.patch
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-13 19:14:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-13 19:21:46 +0200
commitd90fa3890d18ca554ec48cb78fcc7bf410dabb85 (patch)
tree44d2cc6af6d55c985883b26956d716ac96f2cc0a /nss/nss_macosx.patch
parent134d64ca81bb6c93fd800a13256951ad6979dbab (diff)
nss: nmedit is apparently also affected by xcrun...
...but it's the only use of that tool apparently (hoping that libtool merely checks for it for decorative purposes) so perhaps we can do without another config_host.mk variable... Change-Id: I2a0dec4c01dc8ad3327b34a99c807705fedcdd00
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