From a63f593bf141a94133b5073300916a12dc77417d Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 9 Nov 2021 22:26:33 -0500 Subject: disable-gold The previous commit built, so with LTO. --- newmoon/debian/changelog | 4 ++-- newmoon/debian/control | 2 +- newmoon/debian/mozconfig | 1 + newmoon/debian/newmoon+devuan.dsc | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'newmoon') diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog index b70e5cb..e241769 100644 --- a/newmoon/debian/changelog +++ b/newmoon/debian/changelog @@ -1,9 +1,9 @@ newmoon (29.4.2-2+devuan) obs; urgency=medium - Use LTO patch from Gord - - Try make -j$(nproc) again + - Use `disable-gold` in mozconfig - -- B. Stack Tue, 11 Nov 2021 16:10:39 -0500 + -- B. Stack Tue, 09 Nov 2021 22:28:53 -0500 newmoon (29.4.2-1+devuan) obs; urgency=medium diff --git a/newmoon/debian/control b/newmoon/debian/control index 7d167fd..5e2d59c 100644 --- a/newmoon/debian/control +++ b/newmoon/debian/control @@ -1,7 +1,7 @@ Source: newmoon Section: web Priority: optional -Maintainer: B Stack +Maintainer: B. Stack Bugs: mailto: Build-Depends: debhelper (>= 12), autoconf2.13, diff --git a/newmoon/debian/mozconfig b/newmoon/debian/mozconfig index 33bb9be..0d9b773 100644 --- a/newmoon/debian/mozconfig +++ b/newmoon/debian/mozconfig @@ -78,3 +78,4 @@ export CFLAGS="${CFLAGS} -flto=$(nproc)" export CXXFLAGS="${CXXFLAGS} -flto=$(nproc)" export LDFLAGS="${LDFLAGS} -Wl,-z,norelro" ac_add_options --disable-elf-hack +ac_add_options --disable-gold diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc index 2a1ef76..7a2b1bd 100644 --- a/newmoon/debian/newmoon+devuan.dsc +++ b/newmoon/debian/newmoon+devuan.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: newmoon Binary: newmoon Architecture: any -Version: 29.4.2-1+devuan +Version: 29.4.2-2+devuan Maintainer: B. Stack Homepage: http://www.palemoon.org/ Standards-Version: 4.1.4 -- cgit