gnu: p7zip: Fix building with gcc-10.
* gnu/packages/compresson.scm (p7zip)[source]: Adjust snippet to fix compilation error using gcc-10.
This commit is contained in:
parent
944ba4237f
commit
fcd88262df
@ -1320,7 +1320,10 @@ for most inputs, but the resulting compressed files are anywhere from 20% to
|
||||
(find-files "Utils/file_Codecs_Rar_so.py")))
|
||||
(delete-file-recursively "CPP/7zip/Archive/Rar")
|
||||
(delete-file-recursively "CPP/7zip/Compress/Rar")
|
||||
#t))
|
||||
;; Fix FTBFS with gcc-10.
|
||||
(substitute* "CPP/Windows/ErrorMsg.cpp"
|
||||
(("switch\\(errorCode\\) \\{")
|
||||
"switch(static_cast<HRESULT>(errorCode)) {"))))
|
||||
(patches (search-patches "p7zip-CVE-2016-9296.patch"
|
||||
"p7zip-CVE-2017-17969.patch"
|
||||
"p7zip-remove-unused-code.patch"))))
|
||||
|
Loading…
Reference in New Issue
Block a user