Changeset 74516 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
- Timestamp:
- Sep 28, 2018 10:04:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk
r74480 r74516 449 449 endif 450 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 451 # This was causing some dynamic library loading problems in case of indirect dependencies 452 452 # in systems where RUNPATH instead of RPATH is utilized. 453 453 VBoxTestOGL_LDFLAGS.linux = -Wl,--no-as-needed
Note:
See TracChangeset
for help on using the changeset viewer.