[pkg-wine-party] [wine] 289/376: opengl32: Load dll below 2GB address space.

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Dec 14 21:38:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit c62514b953fb523107501277520030c335e9accb
Author: Austin English <austinenglish at gmail.com>
Date:   Thu Nov 20 15:04:56 2014 -0600

    opengl32: Load dll below 2GB address space.
---
 dlls/opengl32/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/opengl32/Makefile.in b/dlls/opengl32/Makefile.in
index 890b5b6..4df6bce 100644
--- a/dlls/opengl32/Makefile.in
+++ b/dlls/opengl32/Makefile.in
@@ -1,6 +1,7 @@
 MODULE    = opengl32.dll
 IMPORTLIB = opengl32
 IMPORTS   = user32 gdi32 advapi32
+EXTRADLLFLAGS = -Wl,--image-base,0x7a800000
 
 C_SRCS = \
 	opengl_ext.c \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list