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 <[email protected]> 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 _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
