Accepting request 881500 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/881500 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=13
This commit is contained in:
commit
f13fe892a4
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 08:34:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add -Wno-deprecated-declarations to cflags: dealing with
|
||||
deprecations is upstreams business and should not hinder
|
||||
downstream packages from building.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 08:14:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -445,6 +445,7 @@ with the libbd_vdo plugin/library.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} -Wno-deprecated-declarations"
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-introspection \
|
||||
|
Loading…
Reference in New Issue
Block a user