libmbim/0001-libmbim-add-patch-to-modify-build-err.patch
2020-01-14 15:15:00 +08:00

27 lines
680 B
Diff

From a8b268128ba1171f14c94ae4f7af99f3a4393023 Mon Sep 17 00:00:00 2001
From: Buildteam <buildteam@openeuler.org>
Date: Tue, 14 Jan 2020 15:01:51 +0800
Subject: [PATCH] libmbim: add patch to modify build err
Signed-off-by: Buildteam <buildteam@openeuler.org>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c3fa98f..111cc45 100755
--- a/configure
+++ b/configure
@@ -12214,7 +12214,7 @@ $as_echo "$has_option" >&6; }
done
unset option
if test "x$set_more_warnings" = xerror; then
- CFLAGS="$CFLAGS -Werror"
+ CFLAGS="$CFLAGS"
fi
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
--
1.8.3.1