VirtualBox

Changeset 96529 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Aug 26, 2022 10:29:22 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153394
Message:

Storage: Link vbox-img against VBoxRT.dll/so/dylib, otherwise we can forget about DMG support. [solaris build fix]. bugref:10261

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/testcase/Makefile.kmk

    r96524 r96529  
    152152  vbox-img_LIBS = \
    153153        $(LIB_RUNTIME)
     154  ifeq ($(KBUILD_TARGET),freebsd)
     155   vbox-img_LIBS += geom bsdxml sbuf
     156  else ifeq ($(KBUILD_TARGET),solaris)
     157   vbox-img_LIBS += kstat efi
     158  endif
     159
    154160 else
    155161  vbox-img_LIBS = \
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