SHA256
1
0
forked from pool/make

Accepting request 132013 from GNOME:Next

Add some patches to help fix building webkit 1.9.6+

OBS-URL: https://build.opensuse.org/request/show/132013
OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=24
This commit is contained in:
2012-08-30 07:56:40 +00:00
committed by Git OBS Bridge
parent 52294d8c3f
commit eee27fe6a0
4 changed files with 148 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ Patch4: make-savannah-bug30723-expand_makeflags_before_reexec.diff
Patch5: make-savannah-bug30612-handling_of_archives.diff
Patch6: make-fix_whitespace_tokenization.diff
Patch7: make-glob-faster.patch
# PATCH-FIX-UPSTREAM make-arglength.patch dimstar@opensuse.org -- http://article.gmane.org/gmane.comp.gnu.make.bugs/4219
Patch8: make-arglength.patch
# PATCH-FIX-UPSTREAM make-parallel-build.patch dmistar@opensuse.org -- http://savannah.gnu.org/bugs/?30653
Patch9: make-parallel-build.patch
Patch64: make-library-search-path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -46,6 +50,8 @@ The GNU make command with extensive documentation.
%patch5
%patch6 -p1
%patch7 -p0
%patch8 -p1
%patch9 -p1
if [ %_lib == lib64 ]; then
%patch64
fi