From 2e63622186949e829f26d2922fab2c888d3d797a Mon Sep 17 00:00:00 2001 From: Job Bautista Date: Fri, 10 Feb 2023 23:18:21 +0800 Subject: [PATCH] No issue - FreeBSD builds should also use xz compression for packaging. Currently it defaults to bzip2, which has been obsolete for us. --- toolkit/mozapps/installer/packager-uxp.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/toolkit/mozapps/installer/packager-uxp.mk b/toolkit/mozapps/installer/packager-uxp.mk index 8d7cb4e62d..cf22f2497f 100644 --- a/toolkit/mozapps/installer/packager-uxp.mk +++ b/toolkit/mozapps/installer/packager-uxp.mk @@ -6,11 +6,11 @@ # very much still dependent on them include $(MOZILLA_DIR)/toolkit/mozapps/installer/packager.mk -# This is currently only used on Windows, Linux, and Solaris -# on other platforms such as Mac will fall back to the orginal -# mozilla packaging +# This is currently only used on Windows, Linux, Solaris, and +# FreeBSD. On other platforms such as Mac, we will fall back +# to the original mozilla packaging. make-archive: -ifeq (,$(filter SunOS Linux WINNT,$(OS_ARCH))) +ifeq (,$(filter SunOS Linux WINNT FreeBSD,$(OS_ARCH))) $(MAKE) make-package else $(MAKE) stage-package make-buildinfo-file