!2 add patch to modify build err
Merge pull request !2 from orange-snn/local
This commit is contained in:
commit
488e7a4025
26
0001-libmbim-add-patch-to-modify-build-err.patch
Normal file
26
0001-libmbim-add-patch-to-modify-build-err.patch
Normal file
@ -0,0 +1,26 @@
|
||||
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
|
||||
|
||||
10
libmbim.spec
10
libmbim.spec
@ -1,11 +1,13 @@
|
||||
Name: libmbim
|
||||
Version: 1.16.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: A glib-based library for talking to WWAN modems and devices
|
||||
License: LGPLv2+
|
||||
URL: http://freedesktop.org/software/libmbim
|
||||
Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-libmbim-add-patch-to-modify-build-err.patch
|
||||
|
||||
BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool
|
||||
BuildRequires: python2 >= 2.7 pkgconfig(gudev-1.0) >= 147 gtk-doc
|
||||
BuildRequires: libxslt python-unversioned-command
|
||||
@ -63,5 +65,11 @@ make check
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.16.0-5
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add patch to modify build err
|
||||
|
||||
* Wed Dec 11 2019 catastrowings <jianghuhao1994@163.com> - 1.16.0-4
|
||||
- openEuler init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user