From a01b216508bb84b55d9a769d753b78c5df1c64d5 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jan 2022 01:00:00 +0100 Subject: gnu: scanbd: Fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/scanner.scm (scanbd)[arguments]: Add ‘-Wno-error’ to CFLAGS in #:configure-flags. --- gnu/packages/scanner.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 55b0288076..e7a5a2b210 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -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 -- cgit v1.2.3