VirtualBox

Changeset 77180 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 6, 2019 3:36:21 PM (6 years ago)
Author:
vboxsync
Message:

Additions/crOGL: add -lcrypt to Linux VBoxOGLcrutil. 6.0 regression.
ticketref:18324: Vbox guest additions: missing shared library dependency.
Fix attempt for users to test. Second attempt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk

    r77175 r77180  
    100100        $(PATH_SDK_$(VBOX_WINDDK)_LIB)/dxguid.lib \
    101101        $(PATH_SDK_$(VBOX_WINDDK)_LIB)/shlwapi.lib
    102 VBoxOGLcrutil_LIBS.linux = \
    103     crypt
    104102VBoxOGLcrutil_LIBS = \
    105103        $(VBOX_LIB_IPRT_GUEST_R3_SHARED) \
    106104        $(VBOX_LIB_VBGL_R3_SHARED)
     105ifeq ($(KBUILD_TARGET),linux)
     106 VBoxOGLcrutil_LIBS += crypt
     107endif
    107108
    108109# Needed by GDEbuger
Note: See TracChangeset for help on using the changeset viewer.

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