VirtualBox

Changeset 69150 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 20, 2017 3:19:50 PM (7 years ago)
Author:
vboxsync
Message:

Installer/darwin: For some odd reason codesign from 10.11.5 (which according to Apple docs is the earliest release which creates signatures accepted by Sierra) crashes with SIGSEGV, so add a way to disable the signing. Must not be used for released packages.

File:
1 edited

Legend:

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

    r69145 r69150  
    162162        sudo chown -R "$(shell whoami)" $(VBOX_PATH_PACK_TMP)/DiskImage
    163163ifdef VBOX_SIGNING_MODE
     164 ifndef VBOX_WITHOUT_SIGNED_DMG
    164165        @# Sign the created dmg.
    165166        $(call VBOX_SIGN_FILE_FN,$@,org.virtualbox.dmg)
     167 endif
    166168endif
    167169
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