Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org. git-svn-id: svn://10.0.0.236/trunk@168828 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
cffa972a5d
commit
299c44c32c
@ -115,6 +115,13 @@ endif # WINNT
|
||||
ifeq ($(OS_ARCH),OpenVMS)
|
||||
DEFAULT_GMAKE_FLAGS += XCFLAGS="$(OS_CFLAGS)"
|
||||
endif
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
# Make nsinstall use absolute symlinks by default when building NSS
|
||||
# for Mozilla on Mac OS X. (Bugzilla bug 193164)
|
||||
ifndef NSDISTMODE
|
||||
DEFAULT_GMAKE_FLAGS += NSDISTMODE=absolute_symlink
|
||||
endif
|
||||
endif
|
||||
ifdef CROSS_COMPILE
|
||||
DEFAULT_GMAKE_FLAGS += \
|
||||
NSINSTALL="$(NSINSTALL)" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user