mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: vtk-8: Pass -fcommon to compiler.
* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to CFLAGS.
This commit is contained in:
parent
06e993d0ee
commit
f2bc1877c4
1 changed files with 2 additions and 1 deletions
|
@ -409,7 +409,8 @@ integrates with various databases on GUI toolkits such as Qt and Tk.")
|
|||
"-DVTK_USE_SYSTEM_SQLITE:BOOL=TRUE"
|
||||
"-DVTK_USE_SYSTEM_THEORA:BOOL=TRUE"
|
||||
"-DVTK_USE_SYSTEM_TIFF:BOOL=TRUE"
|
||||
"-DVTK_USE_SYSTEM_ZLIB:BOOL=TRUE")
|
||||
"-DVTK_USE_SYSTEM_ZLIB:BOOL=TRUE"
|
||||
"-DCMAKE_C_FLAGS=-fcommon")
|
||||
#:tests? #f)) ;XXX: test data not included
|
||||
(inputs
|
||||
`(("double-conversion" ,double-conversion)
|
||||
|
|
Loading…
Reference in a new issue