Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libiscsi: fix build due to warnings
@ 2018-12-04  9:31 Yann E. MORIN
  2018-12-04  9:57 ` [Buildroot] [PATCH] package/libiscsi: do not built the manpages Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yann E. MORIN @ 2018-12-04  9:31 UTC (permalink / raw)
  To: buildroot

Fixes:
    http://autobuild.buildroot.org/results/55b/55bf50fc7dcd465b71b5757434887dd3d0b25abc/
    http://autobuild.buildroot.org/results/98d/98dcfe5c9fc3babd5c8d3116d5128d437715c44e/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/libiscsi/libiscsi.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libiscsi/libiscsi.mk b/package/libiscsi/libiscsi.mk
index 6c8600829c..c492865c51 100644
--- a/package/libiscsi/libiscsi.mk
+++ b/package/libiscsi/libiscsi.mk
@@ -11,6 +11,8 @@ LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
 LIBISCSI_INSTALL_STAGING = YES
 LIBISCSI_AUTORECONF = YES
 
+LIBISCSI_CONF_OPTS = --disable-werror
+
 # We need to create the m4 directory to make autoreconf work properly.
 define LIBISCSI_CREATE_M4_DIR
 	mkdir -p $(@D)/m4
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-16 14:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04  9:31 [Buildroot] [PATCH] package/libiscsi: fix build due to warnings Yann E. MORIN
2018-12-04  9:57 ` [Buildroot] [PATCH] package/libiscsi: do not built the manpages Yann E. MORIN
2018-12-04 10:25   ` [Buildroot] [PATCH] package/libiscsi: add optional dependency to cunit Yann E. MORIN
2018-12-06 20:21     ` Thomas Petazzoni
2018-12-06 20:21   ` [Buildroot] [PATCH] package/libiscsi: do not built the manpages Thomas Petazzoni
2018-12-16 14:54   ` Peter Korsgaard
2018-12-06 20:21 ` [Buildroot] [PATCH] package/libiscsi: fix build due to warnings Thomas Petazzoni
2018-12-16 14:51 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox