Add patch for WineHQ bug 49208

f38
Michael Cronenworth 5 years ago
parent 98bf76900f
commit e621da3a7a

@ -0,0 +1,27 @@
From 613389059006270fc89abdfb984c43e6fa742a9a Mon Sep 17 00:00:00 2001
From: Alexandre Julliard <julliard@winehq.org>
Date: Tue, 26 May 2020 12:26:31 +0200
Subject: [PATCH] kernel32: Leave some more space for kernelbase.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49208
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
dlls/kernel32/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/kernel32/Makefile.in b/dlls/kernel32/Makefile.in
index b3877fe13b..d9b1ca575c 100644
--- a/dlls/kernel32/Makefile.in
+++ b/dlls/kernel32/Makefile.in
@@ -3,7 +3,7 @@ MODULE = kernel32.dll
IMPORTLIB = kernel32
IMPORTS = winecrt0 kernelbase ntdll
EXTRALIBS = $(COREFOUNDATION_LIBS) $(POLL_LIBS) $(RT_LIBS)
-EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b400000
+EXTRADLLFLAGS = -nodefaultlibs -Wb,-F,KERNEL32.dll -Wl,--image-base,0x7b600000
C_SRCS = \
actctx.c \
--
2.20.1

@ -74,6 +74,8 @@ Source109: wine-oleview.desktop
Source150: wine.appdata.xml Source150: wine.appdata.xml
# wine bugs # wine bugs
# https://source.winehq.org/git/wine.git/commit/613389059006270fc89abdfb984c43e6fa742a9a
Patch100: wine-5.8-kernel32.patch
# desktop dir # desktop dir
Source200: wine.menu Source200: wine.menu
@ -681,6 +683,7 @@ This package adds the opencl driver for wine.
%prep %prep
%setup -q -n wine-%{version} %setup -q -n wine-%{version}
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
%patch100 -p1 -b.kernel32
%if 0%{?wine_staging} %if 0%{?wine_staging}
# setup and apply wine-staging patches # setup and apply wine-staging patches
@ -2311,6 +2314,7 @@ fi
%changelog %changelog
* Tue Jun 02 2020 Michael Cronenworth <mike@cchtml.com> 5.9-2 * Tue Jun 02 2020 Michael Cronenworth <mike@cchtml.com> 5.9-2
- drop typelibs from 32-bit devel package - drop typelibs from 32-bit devel package
- add patch for wine bug 49208
* Fri May 29 2020 Michael Cronenworth <mike@cchtml.com> 5.9-1 * Fri May 29 2020 Michael Cronenworth <mike@cchtml.com> 5.9-1
- version update - version update

Loading…
Cancel
Save