gnu: scanbd: Fix build.
* gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS in #:configure-flags.master
parent
2ea9a977fe
commit
a01b216508
|
@ -265,7 +265,8 @@ package contains the library and drivers.")))
|
|||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "--disable-debug"
|
||||
"--sysconfdir=/etc")
|
||||
"--sysconfdir=/etc"
|
||||
"CFLAGS=-Wno-error") ; warnings should never be fatal
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(replace 'install
|
||||
|
|
Reference in New Issue