SHA256
1
0
forked from pool/kbuild

Accepting request 578428 from home:Andreas_Schwab:Factory

- glob-lstat.patch: Do not assume glibc glob internals
- glob-interface.patch: Support GLIBC glob interface version 2

OBS-URL: https://build.opensuse.org/request/show/578428
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/kbuild?expand=0&rev=37
This commit is contained in:
Martin Pluskal
2018-02-20 19:35:36 +00:00
committed by Git OBS Bridge
parent f0f78bb736
commit 360c75bec3
4 changed files with 98 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ BuildRequires: flex
BuildRequires: libacl-devel
BuildRequires: makeinfo
Summary: Framework for writing simple makefiles for complex tasks
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Development/Tools/Building
%define _svnrev 3110
Version: 0.1.9998svn%{_svnrev}
@@ -43,6 +43,8 @@ Patch9: ppc64le.patch
Patch10: aarch64.patch
Patch11: kbuild-gcc7.patch
Patch12: use-alloca.patch
Patch13: glob-lstat.patch
Patch14: glob-interface.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -71,6 +73,8 @@ The goals of the kBuild framework:
%patch10 -p1
%patch11 -p1
%patch12
%patch13 -p1
%patch14 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"