VirtualBox

Changeset 86429 in vbox


Ignore:
Timestamp:
Oct 2, 2020 5:03:14 PM (4 years ago)
Author:
vboxsync
Message:

Installer/linux: Include the sanitizer libs in 'asan' builds. 2nd try. bugref:9841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r86428 r86429  
    440440        $(QUIET)$(MKDIR) -p $(@D)
    441441ifeq ($(KBUILD_TYPE),asan) # Hack! Include libasan.so.* and libubsan.so.* so we have the matching version when testing.
    442         $(CP) -- `ldd "$(VBOX_LNX_INST_OUT_DIR)/archive/VBoxRT.so" | $(SED_EXT) -re '/lib(a|ub)san\.so/!d' -e 's/.* => //' -e 's/ \(0x[0-9a-fA-F]*\) *$(DOLLAR)//'` \
    443                 "$(VBOX_LNX_INST_OUT_DIR)/archive/"
     442        $(CP_EXT) -v -- `ldd "$(VBOX_LNX_INST_OUT_DIR)/archive/VBoxRT.so" | $(SED_EXT) -re '/lib(a|ub)san\.so/!d' -e 's/.* => //' -e 's/ \(0x[0-9a-fA-F]*\) *$(DOLLAR)//'` \
     443                "$(VBOX_LNX_INST_OUT_DIR)/archive/" && $(ECHO_EXT) "force external"
    444444endif
    445445ifdef VBOX_USE_PBZIP2
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