VirtualBox

Ignore:
Timestamp:
Nov 23, 2011 1:55:31 PM (13 years ago)
Author:
vboxsync
Message:

Linux modules: force disabling of CONFIG_MODULE_SIG when building the kernel modules. We don't have any private key available so it does not make much sense to try signing

File:
1 edited

Legend:

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

    r39325 r39400  
    7575obj-m += $(MODULE).o
    7676
     77# OL/UEK: disable module signing for external modules -- we don't have any private key
    7778$(MODULE):
    78         $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
     79        $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) CONFIG_MODULE_SIG= -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules
    7980
    8081endif
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