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:45:04 -0400
commitee86074a964bcc13643cf1d693c0a384132db3f2 (patch)
tree2e2f39a41e31be8126351f43a929e43107053b20 /palemoon/debian/rules
parentfix #23 add new settings to browser prefs (diff)
downloadstackrpms-ee86074a964bcc13643cf1d693c0a384132db3f2.tar.gz
stackrpms-ee86074a964bcc13643cf1d693c0a384132db3f2.tar.bz2
stackrpms-ee86074a964bcc13643cf1d693c0a384132db3f2.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