From e8e3d013e460b1ee2eb49869a2eda2d2b18e696a Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 28 Aug 2019 15:41:33 -0400 Subject: palemoon dpkg use gcc-8 because beowulf/ceres has gcc9 which somehow breaks palemoon now all of a sudden. I thought the Fedora release was working with gcc9. I ripped off some logic from palemoon-28.0.1 and palemoon-27.7.1 from stevepusser to force gcc8. --- palemoon/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palemoon/debian/control') diff --git a/palemoon/debian/control b/palemoon/debian/control index eca609c..77889b3 100644 --- a/palemoon/debian/control +++ b/palemoon/debian/control @@ -6,7 +6,7 @@ Bugs: mailto: XSBC-Original-Maintainer: Steven Pusser Build-Depends: autoconf2.13, debhelper (>= 9), - gcc (>= 4.9), + gcc-8, g++-8, cpp-8, libasound2-dev, libbz2-dev, libdbus-glib-1-dev (>= 0.60), -- cgit From 35107a11deb4431b8b39c595754229af4f6c23e3 Mon Sep 17 00:00:00 2001 From: B Stack Date: Wed, 4 Sep 2019 10:57:16 -0400 Subject: pm 28.7.0 dpkg --- palemoon/debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'palemoon/debian/control') diff --git a/palemoon/debian/control b/palemoon/debian/control index 77889b3..b24d8b4 100644 --- a/palemoon/debian/control +++ b/palemoon/debian/control @@ -5,6 +5,7 @@ Maintainer: B Stack Bugs: mailto: XSBC-Original-Maintainer: Steven Pusser Build-Depends: autoconf2.13, + build-essential, debhelper (>= 9), gcc-8, g++-8, cpp-8, libasound2-dev, @@ -17,6 +18,7 @@ Build-Depends: autoconf2.13, libssl-dev, libx11-xcb-dev, libxt-dev, + lsb-release, pkg-config, python (>= 2.7), python-dbus, -- cgit