VirtualBox

Changeset 27138 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Mar 6, 2010 11:01:47 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58475
Message:

Config.kmk,recompiler/Makefile.kmk,xpcom18a4/Makefile.kmk: Use @rpath and / in -rpath on darwin when not building the hardened version. This is more or less identical to what we do with$ORIGIN on linux and solaris. Will attempt to combine the two later. Also, set the -compatibility_version to the same as -current_version to prevent accidentally mixing stuff from /Applications/VirtualBox.app/ with stuff from your dev build (and vice versa).

File:
1 edited

Legend:

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

    r25776 r27138  
    263263VBoxREMImp_SONAME          = VBoxREM$(SUFF_DLL)
    264264 endif
    265 VBoxREMImp_LDFLAGS.darwin   = -install_name $(VBOX_DYLD_EXECUTABLE_PATH)/VBoxREM.dylib
     265VBoxREMImp_LDFLAGS.darwin   = -install_name $(subst @rpath,@executable_path,$(VBOX_DYLD_EXECUTABLE_PATH))/VBoxREM.dylib
    266266VBoxREMImp_LDFLAGS.l4       = -T$(L4_LIBDIR)/../main_rel.ld -nostdlib
    267267
Note: See TracChangeset for help on using the changeset viewer.

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