Added patch to pass '-read_only_relocs suppress' to the linker on OSX and enable patchset to use Nt* function wrappers.

This commit is contained in:
Sebastian Lackner
2015-10-30 23:48:00 +01:00
parent 7e1bf8aca0
commit d2f012b3d1
7 changed files with 69 additions and 35 deletions

2
debian/changelog vendored
View File

@@ -10,6 +10,8 @@ wine-staging (1.7.54) UNRELEASED; urgency=low
* Added patches for memory allocation cleanup in gdiplus functions.
* Added patch to implement hal.KeQueryPerformanceCounter.
* Added patch to fix build failure (introduced by makefile rewrite).
* Added patch to pass '-read_only_relocs suppress' to the linker on OSX and
enable patchset to use Nt* function wrappers.
* Removed patch to implement kernel32.GetPhysicallyInstalledSystemMemory
(accepted upstream).
* Partially removed patches for ws2_32 TransmitFile (accepted upstream).