p7zip build fails with gcc10+ (#25450)

This commit is contained in:
miheer vaidya 2021-08-20 05:43:56 -06:00 committed by GitHub
parent d699478ab8
commit a6d26598ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,13 @@
class P7zip(MakefilePackage):
"""A Unix port of the 7z file archiver"""
maintainers = ['vmiheer']
homepage = "http://p7zip.sourceforge.net"
url = "https://downloads.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2"
version('16.02', sha256='5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f')
conflicts('%gcc@10:')
# all3 includes 7z, 7za, and 7zr
build_targets = ['all3']