mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zeroc-ice-3.6: Fix build with gcc-14.
* gnu/packages/python-xyz.scm (python-zeroc-ice-3.6)[arguments] <phases>: Add 'relax-gcc-14-strictness. Change-Id: I205e103f6e8e5856a10fb716fec3831b555ab3cf
This commit is contained in:
parent
7ca5588e58
commit
f00ebc2d5e
1 changed files with 9 additions and 1 deletions
|
@ -40217,7 +40217,15 @@ interfaces.")
|
|||
"0mikjfvq26kh8asnn9v55z41pap4c5ypymqnwwi4xkavc3mzyda2"))
|
||||
(patches
|
||||
(search-patches
|
||||
"python-zeroc-ice-3.6.5-python-3.11-support.patch"))))))
|
||||
"python-zeroc-ice-3.6.5-python-3.11-support.patch"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-zeroc-ice)
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(add-before 'build 'relax-gcc-14-strictness
|
||||
(lambda _
|
||||
(setenv "CFLAGS"
|
||||
"-g -O2 -Wno-error=implicit-function-declaration")))))))))
|
||||
|
||||
(define-public python-islenska
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue