VirtualBox

Changeset 98734 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Feb 25, 2023 6:37:25 PM (2 years ago)
Author:
vboxsync
Message:

Config.kmk,Runtime: Add support for xz archives using liblzma-5.4.1, bugref:10254 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r98732 r98734  
    816816        r3/generic/semspinmutex-r3-generic.cpp \
    817817        r3/xml.cpp \
    818         common/zip/xarvfs.cpp \
    819         common/zip/lzmavfs.cpp \
     818        common/zip/xarvfs.cpp
     819ifdef VBOX_WITH_LIBLZMA
     820 RuntimeBaseR3_SOURCES += \
     821        common/zip/lzmavfs.cpp
     822endif
    820823
    821824
     
    24712474        common/vfs/vfsstdpipe.cpp \
    24722475        common/zip/gzipvfs.cpp \
    2473         common/zip/lzmavfs.cpp \
    24742476        common/zip/tarcmd.cpp \
    24752477        common/zip/tarvfs.cpp \
     
    25252527 RuntimeBldProg_SOURCES        += \
    25262528        common/err/errmsgxpcom.cpp
     2529endif
     2530ifdef VBOX_WITH_LIBLZMA
     2531 RuntimeBldProg_SOURCES        += \
     2532        common/zip/lzmavfs.cpp
    25272533endif
    25282534
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