VirtualBox

Ticket #12735: VBox-uapi_version_h.2.diff

File VBox-uapi_version_h.2.diff, 969 bytes (added by Fate, 11 years ago)

Corrected version of patch

  • Makefile.kmk

     
    16661666sdk-fetch:
    16671667        + $(KMK) VBOX_ONLY_SDK=1 -C tools
    16681668
     1669
     1670bla:
     1671        echo PATH_TARGET: $(PATH_TARGET)
  • src/VBox/Installer/linux/Makefile.include.header

     
    109109
    110110 # includes
    111111 ifndef KERN_INCL
    112   KERN_INCL = $(KERN_DIR)/include
     112  ifeq ($(shell if test -d $(KERN_DIR)/include/generated/uapi; then echo yes; fi),yes)
     113    KERN_INCL = $(KERN_DIR)/include/generated/uapi
     114  else
     115    KERN_INCL = $(KERN_DIR)/include
     116  endif
    113117 endif
    114118 ifneq ($(shell if test -d $(KERN_INCL); then echo yes; fi),yes)
    115119  $(error Error: unable to find the include directory for your current Linux \

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette