mstflint/mstflint-no_Werror.patch

24 lines
654 B
Diff

From: Philipp Thomas <pth@suse.de>
Date: 2014-05-16 13:49:13+02:00
Subject: Do not use Werror
References:
Upstream:
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: configure.ac
===================================================================
--- configure.ac.orig 2014-05-16 13:47:48.973039815 +0200
+++ configure.ac 2014-05-16 13:48:26.381156099 +0200
@@ -45,7 +45,7 @@ fi
AM_CONDITIONAL(ENABLE_INBAND, [test "x$enable_inband" = "xyes"])
CFLAGS="$CFLAGS -Werror -DMST_UL"
-CXXFLAGS="$CXXFLAGS -Werror -DMST_UL"
+CXXFLAGS="$CXXFLAGS -DMST_UL"
AC_CONFIG_FILES( mstflint.spec \
Makefile \