tags 713294 + patch
thanks

The build failure is caused by using Werror and the new automake being
stricter.
There is a relevant upstream bug report [1].
While you should consider dropping Werror, the attached patch simply
adds -Wno-extra-portability.

MIchael

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
From 257a98fa283e14879dd314e6e72e8bb9bde44381 Mon Sep 17 00:00:00 2001
From: Michael Biebl <bi...@debian.org>
Date: Tue, 16 Jul 2013 15:14:48 +0200
Subject: [PATCH] Don't generate a warning when AM_PROG_AR is missing

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11401
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index c412de5..c59ea18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([fcoe-utils], [1.0.23], [de...@open-fcoe.org])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall -Wno-extra-portability -Werror foreign])
 
 AC_PROG_CC
 AM_PROG_CC_C_O
-- 
1.8.3.2

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to