SHA256
1
0
forked from pool/make

Accepting request 998857 from home:Andreas_Schwab:Factory

- jobserver-noinherit.patch: Disable inheritance of jobserver FDs for
  recursive make
- jobserver-fifo.patch: Add support for jobserver using named pipes

OBS-URL: https://build.opensuse.org/request/show/998857
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=73
This commit is contained in:
2022-08-23 14:18:52 +00:00
committed by Git OBS Bridge
parent 11ad384ae8
commit 6c29d04f43
4 changed files with 54 additions and 7 deletions

View File

@@ -29,7 +29,8 @@ Source1: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig
Source2: %{name}.keyring
Patch1: make-testcases_timeout.diff
Patch2: fix-57962.patch
Patch3: jobserver-fifo.patch
Patch3: jobserver-noinherit.patch
Patch4: jobserver-fifo.patch
Patch5: test-driver.patch
Patch64: make-library-search-path.diff
BuildRequires: autoconf
@@ -50,6 +51,7 @@ The GNU make command with extensive documentation.
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
if [ %{_lib} = lib64 ]; then
%patch64 -p1