Accepting request 998661 from home:Andreas_Schwab:Factory
- jobserver-fifo.patch: Backport support for jobserver using named pipes OBS-URL: https://build.opensuse.org/request/show/998661 OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=72
This commit is contained in:
parent
7baa50a8a3
commit
11ad384ae8
1001
jobserver-fifo.patch
Normal file
1001
jobserver-fifo.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 15:05:38 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- jobserver-fifo.patch: Backport support for jobserver using named pipes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 13:30:15 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@ -29,13 +29,15 @@ 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
|
||||
Patch5: test-driver.patch
|
||||
Patch64: make-library-search-path.diff
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkgconfig
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
Requires(preun):%{install_info_prereq}
|
||||
Provides: gmake
|
||||
|
||||
%description
|
||||
@ -47,6 +49,7 @@ The GNU make command with extensive documentation.
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch5 -p1
|
||||
if [ %{_lib} = lib64 ]; then
|
||||
%patch64 -p1
|
||||
|
Loading…
Reference in New Issue
Block a user