diff --git a/6.3_fix.patch b/6.3_fix.patch new file mode 100644 index 0000000..ebc7108 --- /dev/null +++ b/6.3_fix.patch @@ -0,0 +1,13 @@ +diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c +index 644eee1e9d7c..c21c62c10b0d 100644 +--- a/dlls/ntdll/loader.c ++++ b/dlls/ntdll/loader.c +@@ -2325,7 +2325,7 @@ static NTSTATUS load_so_dll( LPCWSTR load_path, const UNICODE_STRING *nt_name, + SECTION_IMAGE_INFORMATION image_info = { 0 }; + + image_info.u.s.WineBuiltin = 1; +- if ((status = build_module( load_path, &win_name, &module, &image_info, NULL, flags, pwm ))) ++ if ((status = build_module( load_path, &win_name, &module, &image_info, NULL, flags, &wm ))) + { + if (module) unix_funcs->unload_builtin_dll( module ); + return status; diff --git a/wine.spec b/wine.spec index 78d7d97..bec8009 100644 --- a/wine.spec +++ b/wine.spec @@ -139,7 +139,7 @@ Source7: baselibs.conf Source8: wine-rpmlintrc # SUSE specific patches # - currently none, but add them here -#Patch0: patch.txt +Patch0: 6.3_fix.patch Recommends: wine-gecko >= 2.47.2 Conflicts: wine-gecko < 2.47.2 Recommends: wine-mono >= 5.1.1 @@ -216,7 +216,7 @@ libraries. %prep %setup -q -n wine-%{realver} -#patch0 -p1 +%patch0 -p1 # cp %{S:3} . #