mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: python-fiona: Fix build with gcc@14.
* gnu/packages/geo.scm (python-fiona): [arguments] <phases>: Add 'set-configure-flags ignoring warnings. Change-Id: I245104741997eaae1f45866d4562e3883e1581ce
This commit is contained in:
@@ -1110,6 +1110,9 @@ projections and coordinate transformations library.")
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'build 'set-configure-flags
|
||||
(lambda _
|
||||
(setenv "CFLAGS" "-Wno-error=incompatible-pointer-types")))
|
||||
(add-before 'check 'remove-local-fiona
|
||||
(lambda _
|
||||
; This would otherwise interfere with finding the installed
|
||||
|
||||
Reference in New Issue
Block a user