Accepting request 1149371 from devel:tools:building

OBS-URL: https://build.opensuse.org/request/show/1149371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbuild?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-02-23 15:41:18 +00:00 committed by Git OBS Bridge
commit e07cb91bae
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 12:41:22 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Sep 1 10:40:11 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -57,15 +57,15 @@ The goals of the kBuild framework:
%prep
%setup -q
%patch0
%patch2
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%patch10 -p1
%patch13 -p1
%patch -P 0
%patch -P 2
%patch -P 5 -p1
%patch -P 6 -p1
%patch -P 7 -p1
%patch -P 8 -p1
%patch -P 9 -p1
%patch -P 10 -p1
%patch -P 13 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"