VirtualBox

Ignore:
Timestamp:
Sep 26, 2018 2:41:43 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9024 force linking VBoxTestOGL with all indirectly referenced qt libs. to avoid library loading problems with RUN_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk

    r69111 r74480  
    448448   endif
    449449  endif
     450  # Don't let ld strip out explicitly linked libraries even when they are not needed.
     451  # This was causing some dynamic library loading problems in case of indirect dependencies
     452  # in systems where RUNPATH instead of RPATH is utilized.
     453  VBoxTestOGL_LDFLAGS.linux = -Wl,--no-as-needed
    450454  VBoxTestOGL_LDFLAGS.win = /SUBSYSTEM:windows
    451455 endif
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