VirtualBox

Changeset 33316 in vbox


Ignore:
Timestamp:
Oct 21, 2010 3:57:58 PM (14 years ago)
Author:
vboxsync
Message:

no ORIGIN for Linux packages anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r33269 r33316  
    568568 if1of ($(KBUILD_TARGET), solaris)
    569569  VBOX_PATH_APP_PRIVATE      = /opt/VirtualBox/$(if-expr $(KBUILD_TARGET_ARCH) == "amd64",amd64,i386)
     570 else ifeq ($(KBUILD_TARGET),linux)
     571  VBOX_PATH_APP_PRIVATE      = /opt/VirtualBox
    570572 else ifeq ($(KBUILD_TARGET),darwin)
    571573  VBOX_PATH_APP_PRIVATE      = /Applications/VirtualBox.app/Contents/MacOS
     
    600602#VBOX_WITH_RUNPATH = /usr/lib/virtualbox
    601603ifdef VBOX_WITH_HARDENING
    602  if1of ($(KBUILD_TARGET), freebsd solaris)
     604 if1of ($(KBUILD_TARGET), freebsd linux solaris)
    603605  VBOX_WITH_RUNPATH = $(VBOX_PATH_APP_PRIVATE)
    604606 endif
     
    608610# things gets a bit complicated since the $ORIGIN+setuid policy differs.
    609611#VBOX_WITH_ORIGIN=1
    610 ifdef VBOX_WITH_HARDENING
    611  if1of ($(KBUILD_TARGET), linux)
     612ifndef VBOX_WITH_HARDENING
     613 if1of ($(KBUILD_TARGET), linux solaris)
    612614  VBOX_WITH_ORIGIN = 1
    613615 endif
    614 else if1of ($(KBUILD_TARGET), linux solaris)
    615  VBOX_WITH_ORIGIN = 1
    616616endif
    617617# Enable the system wide support service/daemon.
Note: See TracChangeset for help on using the changeset viewer.

© 2023 Oracle
ContactPrivacy policyTerms of Use