14
0
forked from pool/python-parted

- Enable -fcommon which is not default with GCC10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parted?expand=0&rev=10
This commit is contained in:
2020-06-02 12:08:32 +00:00
committed by Git OBS Bridge
parent d7e8562b4a
commit f153efbba2
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-parted
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -54,6 +54,8 @@ partition tables.
%autopatch -p1
%build
export CFLAGS="%{optflags} -fcommon"
export CXXFLAGS="%{optflags} -fcommon"
%python_build
%install