VirtualBox

Changeset 94853 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 5, 2022 2:50:50 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151253
Message:

/Config.kmk,ValKit/Config.kmk: Remove the -IntegrityCheck option now that there aren't any valid SHA-1 certificates to be had for producing valid signatures for windows 7 and the like. bugref:10173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Config.kmk

    r93115 r94853  
    4444TEMPLATE_VBoxValidationKitR3Base = VBox Validation Kit ring-3 program base, both guest and host.
    4545TEMPLATE_VBoxValidationKitR3Base_EXTENDS = VBoxR3Static
    46 ifn1of ($(KBUILD_TARGET), darwin solaris win)
     46ifeq ($(KBUILD_TARGET),win)
     47 TEMPLATE_VBoxValidationKitR3Base_LDFLAGS         = $(filter-out -IntegrityCheck, $(TEMPLATE_VBoxR3Static_LDFLAGS))
     48else ifn1of ($(KBUILD_TARGET), darwin solaris win)
    4749 TEMPLATE_VBoxValidationKitR3Base_CFLAGS          = $(filter-out -static, $(TEMPLATE_VBoxR3Static_CFLAGS))
    4850 TEMPLATE_VBoxValidationKitR3Base_CXXFLAGS        = $(filter-out -static, $(TEMPLATE_VBoxR3Static_CXXFLAGS))
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