VirtualBox

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


Ignore:
Timestamp:
Jan 23, 2023 5:45:52 PM (23 months ago)
Author:
vboxsync
Message:

*.kmk,configure*: s/VBOX_ZLIB_STATIC/VBoxZlibStatic/ s/VBOX_ZLIB-x86/VBoxZlib-x86/ s/VBOX_ZLIB/VBoxZlib/ (sdks) bugref:10348

File:
1 edited

Legend:

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

    r98254 r98255  
    164164   vbox-img_LIBS += \
    165165        $(SDK_VBoxLzf_STATIC_LIBS) \
    166         $(SDK_VBOX_ZLIB_STATIC_LIBS)
     166        $(SDK_VBoxZlibStatic_LIBS)
    167167  else
    168168   vbox-img_LIBS += \
    169169        $(SDK_VBoxLzf_LIBS) \
    170         $(SDK_VBOX_ZLIB_LIBS)
     170        $(SDK_VBoxZlib_LIBS)
    171171  endif
    172172  ifeq ($(KBUILD_TARGET),linux)
     
    214214  vdkeystoremgr_LIBS += \
    215215        $(SDK_VBoxLzf_STATIC_LIBS) \
    216         $(SDK_VBOX_ZLIB_STATIC_LIBS)
     216        $(SDK_VBoxZlibStatic_LIBS)
    217217 else
    218218  vdkeystoremgr_LIBS += \
    219219        $(SDK_VBoxLzf_LIBS) \
    220         $(SDK_VBOX_ZLIB_LIBS)
     220        $(SDK_VBoxZlib_LIBS)
    221221 endif
    222222 ifeq ($(KBUILD_TARGET),linux)
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