зеркало из https://github.com/mozilla/pjs.git
MOZ_FULLCIRCLE was on by default, turning this off. MOZ_FULLCIRCLE=1 turns this on now.
This commit is contained in:
Родитель
faf9c094b5
Коммит
826eebda50
|
@ -87,17 +87,11 @@ PORT_FLAGS += -DNEED_TIME_R -DMITSHM -D_XOPEN_SOURCE
|
|||
OS_INCLUDES += -I/usr/X11R6/include
|
||||
OS_LIBS += -L/lib -ldl -lc
|
||||
|
||||
# Linux: only install fullcircle crash-reporting for Intel, RedHat 5.0.
|
||||
ifndef NO_MOZ_FULLCIRCLE
|
||||
LINUX_VENDOR = $(shell if test -f /etc/redhat-release; then echo "redhat"; else echo "unknown"; fi;)
|
||||
ifeq ($(LINUX_VENDOR),redhat)
|
||||
ifeq ($(basename $(shell awk '{print $$2}' /etc/redhat-release)),5)
|
||||
MOZ_FULLCIRCLE = 1
|
||||
|
||||
ifdef MOZ_FULLCIRCLE
|
||||
FC_PLATFORM = LinuxIntel
|
||||
FC_PLATFORM_DIR = Linux2_x86
|
||||
endif # rh 5.0
|
||||
endif # LINUX_VENDOR = redhat
|
||||
endif # NO_MOZ_FULLCIRCLE
|
||||
endif
|
||||
|
||||
endif # x86
|
||||
|
||||
|
|
|
@ -172,8 +172,7 @@ MUST_BOOTLEG_ALLOCA = 1
|
|||
BUILD_UNIX_PLUGINS = 1
|
||||
|
||||
# Turn on FULLCIRCLE crash reporting for 2.5.1 & up.
|
||||
ifndef NO_MOZ_FULLCIRCLE
|
||||
MOZ_FULLCIRCLE = 1
|
||||
if MOZ_FULLCIRCLE
|
||||
FC_PLATFORM = SolarisSparc
|
||||
FC_PLATFORM_DIR = SunOS5_sparc
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче