VirtualBox

Ignore:
Timestamp:
Aug 27, 2008 10:21:47 PM (16 years ago)
Author:
vboxsync
Message:

#3076: Merged in the branch with the alternate driver authentication method. (34468:HEAD)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/Makefile.kmk

    r11721 r11725  
    169169  $(REM_MOD)_LIBS.darwin    = \
    170170        $(TARGET_VBoxREMImp)
    171   $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -multiply_defined warning  #-install_name @executable_path/$(REM_MOD).dylib#
     171  $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -multiply_defined warning # -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/$(REM_MOD).dylib
     172  $(REM_MOD)_POST_CMDS.darwin = install_name_tool -id $(VBOX_DYLD_EXECUTABLE_PATH)/$(REM_MOD).dylib $(out)
    172173  $(REM_MOD)_CFLAGS.darwin   = -fno-common -mdynamic-no-pic
    173174 else
     
    203204 $(REM_MOD)_DEFS           += _GNU_SOURCE _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE _REENTRANT
    204205
    205  $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -install_name @executable_path/$(REM_MOD).dylib -multiple_defined warning
     206 $(REM_MOD)_LDFLAGS.darwin  = -read_only_relocs suppress -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/$(REM_MOD).dylib -multiple_defined warning
    206207 $(REM_MOD)_LDFLAGS.l4      = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib -Wl,--no-undefined
    207208 $(REM_MOD)_LDFLAGS.linux   = $(VBOX_LD_as_needed)
     
    293294        VBoxREMWrapper.cpp \
    294295        VBoxREMWrapperA.asm
    295 VBoxREM_LDFLAGS.darwin = -install_name @executable_path/VBoxREM.dylib
     296VBoxREM_LDFLAGS.darwin = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib
    296297VBoxREM_LIBS           = \
    297298        $(LIB_VMM) \
     
    316317VBoxREMImp_SONAME           = VBoxREM$(SUFF_DLL)
    317318endif
    318 VBoxREMImp_LDFLAGS.darwin   = -install_name @executable_path/VBoxREM.dylib
    319 #VBoxREMImp_LDFLAGS.darwin   = -install_name VBoxREM.dylib
     319VBoxREMImp_LDFLAGS.darwin   = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib
    320320VBoxREMImp_LDFLAGS.l4       = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib
    321321
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