summaryrefslogtreecommitdiff
path: root/palemoon/debian/rules
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-07-14 14:41:31 -0400
committerB Stack <bgstack15@gmail.com>2020-07-14 14:43:14 -0400
commit54d75c7653d66732864aa9d755cdb89d6e5862d7 (patch)
tree7a3fed238af5d7b01c0d5f7856dac56755c72d9a /palemoon/debian/rules
parentfix #23 add new settings to browser prefs (diff)
downloadstackrpms-54d75c7653d66732864aa9d755cdb89d6e5862d7.tar.gz
stackrpms-54d75c7653d66732864aa9d755cdb89d6e5862d7.tar.bz2
stackrpms-54d75c7653d66732864aa9d755cdb89d6e5862d7.zip
pm 28.11.0-1 rc1, dpkg and rpm
bring in 32-bit memory mod for rpm, to match dpkg, from https://forum.palemoon.org/viewtopic.php?f=37&t=24737&p=193746
Diffstat (limited to 'palemoon/debian/rules')
-rwxr-xr-xpalemoon/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/palemoon/debian/rules b/palemoon/debian/rules
index 5705c90..d970f5e 100755
--- a/palemoon/debian/rules
+++ b/palemoon/debian/rules
@@ -4,6 +4,7 @@ export SHELL=/bin/bash
## borrowed from stevepusser's logic
## Build with gcc-8 on Buster (beowulf/ceres)
+## If you enable this, then d/control needs lsb-release as a build dependency.
#distrelease := $(shell lsb_release -cs)
#ifeq ($(distrelease),$(filter $(distrelease),buster beowulf/ceres))
#export CC=gcc-8
bgstack15