зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug 193164: Make nsinstall use absolute symlinks by default when
building NSS for Mozilla on Mac OS X. r=cmp@mozilla.org.
This commit is contained in:
Родитель
a8d86e332d
Коммит
3e7ddbbd34
|
@ -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)" \
|
||||
|
|
Загрузка…
Ссылка в новой задаче