summaryrefslogtreecommitdiff
path: root/waterfox/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-03-19 10:29:53 -0400
committerB Stack <bgstack15@gmail.com>2020-03-19 10:29:53 -0400
commit2f48465d696346b825028d58861ef53633f8ee35 (patch)
tree0524d6679f14892d0f38c21b0b6019de113f0431 /waterfox/README.md
parentwaterfox 2020.03.1 rpm rc1 (diff)
downloadstackrpms-2f48465d696346b825028d58861ef53633f8ee35.tar.gz
stackrpms-2f48465d696346b825028d58861ef53633f8ee35.tar.bz2
stackrpms-2f48465d696346b825028d58861ef53633f8ee35.zip
add gcc10 fix
Diffstat (limited to 'waterfox/README.md')
-rw-r--r--waterfox/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/waterfox/README.md b/waterfox/README.md
index 231130e..642c136 100644
--- a/waterfox/README.md
+++ b/waterfox/README.md
@@ -15,6 +15,9 @@ Distro | Waterfox version
---------- | ----------------
All | 2020.01-classic
+# Additional info
+* 2020-03-19 [https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/buildflags.md](https://src.fedoraproject.org/rpms/redhat-rpm-config/blob/master/f/buildflags.md) is where the rpm scriptlet `_legacy_common_support 1` comes from, for telling gcc 10 to use `-fcommon`
+
# Differences from upstream
## rpm
View the output of script [stackrpms-diff.sh](stackrpms-diff.sh) with this command:
bgstack15