VirtualBox

Changeset 54046 in vbox


Ignore:
Timestamp:
Jan 30, 2015 12:16:58 PM (10 years ago)
Author:
vboxsync
Message:

win-ose build fix (silly to try build hardenend windows without code signing enabled).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r53985 r54046  
    28702870  VBOX_SIGNING_MODE :=
    28712871 endif
     2872
     2873#
     2874# Warn about windows hardening without code signing enabled.
     2875#
     2876else if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && !defined(VBOX_ONLY_BUILD)
     2877 $(warning You need to enable code signing for a hardened windows build to work.)
    28722878endif
    28732879
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r53955 r54046  
    119119                "$@")
    120120# The build certificate.
    121 if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING)
     121if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && defined(VBOX_SIGNING_MODE)
    122122        $(VBOX_RTSIGNTOOL) extract-exe-signer-cert --exe $(VBOX_RTSIGNTOOL) --output "$@.cer" --der
    123123        $(VBOX_BIN2C) -ascii --append SUPBuildCert "$@.cer" $@
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