VirtualBox

Changeset 69981 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 7, 2017 2:20:34 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119487
Message:

Additions/common/OpenGL: do not statically link the guest library twice.
bugref:9060: vboxvideo: hanging login screen starting Ubuntu 17.10 guest with 3D
r117617/public r68472 and the follow-up switched the Linux Additions 3D code
over to use the VBoxGuest HGCM APIs. Since the Guest Library code was
statically linked twice in the process space of libGL users a global symbol
ended up not being unique. This change removes one of the static copies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk

    r69111 r69981  
    204204 endif
    205205endif
     206# VBoxOGL_LIBS = \  # VBOX_LIB_OGL_CRUTIL includes these and caused an interesting conflict.
     207#       $(VBOX_LIB_IPRT_GUEST_R3_SHARED) \
     208#       $(VBOX_LIB_VBGL_R3_SHARED) \
     209
    206210VBoxOGL_LIBS = \
    207         $(VBOX_LIB_IPRT_GUEST_R3_SHARED) \
    208         $(VBOX_LIB_VBGL_R3_SHARED) \
    209211        $(VBOX_LIB_OGL_CRUTIL) \
    210212        $(PATH_STAGE_LIB)/additions/VBoxOGLspuload$(VBOX_SUFF_LIB)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette