summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-12-07 07:19:13 (GMT)
committerAlexey Neyman <stilor@att.net>2018-12-07 08:03:04 (GMT)
commite149e28e57de91cad96033047872d84e6938ea23 (patch)
treee1aaf2cccc82f1b5ce1b7a76232060f09f5e6dc6 /packages
parent9d2a5f8413d397d189e67c80b7ebab2bd30d42ac (diff)
Disable -fstack-protector* from being used by glibc
... until it was fixed (to some extent) in 2.25. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages')
-rw-r--r--packages/glibc/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glibc/package.desc b/packages/glibc/package.desc
index ea03e69..0d256c9 100644
--- a/packages/glibc/package.desc
+++ b/packages/glibc/package.desc
@@ -1,6 +1,6 @@
origin='GNU'
repository='git git://sourceware.org/git/glibc.git'
mirrors='$(CT_Mirrors GNU glibc)'
-milestones='2.14 2.17 2.20 2.23 2.24 2.26 2.27'
+milestones='2.14 2.17 2.20 2.23 2.24 2.25 2.26 2.27'
archive_formats='.tar.xz .tar.bz2 .tar.gz'
signature_format='packed/.sig'