VirtualBox

Changeset 98250 in vbox for trunk


Ignore:
Timestamp:
Jan 23, 2023 5:27:05 PM (21 months ago)
Author:
vboxsync
Message:

*.kmk: s/VBOX_SSH/VBoxLibSsh (sdk) bugref:10348

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r98249 r98250  
    50215021
    50225022ifdef VBOX_WITH_LIBSSH
    5023  SDK_VBOX_SSH                  := libssh for dynamic dll loading with assembly stubs.
    5024  SDK_VBOX_SSH_INCS             ?= $(PATH_ROOT)/src/libs/libssh-0.9.6/include
    5025 # SDK_VBOX_SSH_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly
     5023 SDK_VBoxLibSsh                := libssh for dynamic dll loading with assembly stubs.
     5024 SDK_VBoxLibSsh_INCS           ?= $(PATH_ROOT)/src/libs/libssh-0.9.6/include
     5025# SDK_VBoxLibSsh_LIBS is not defined, as VBoxLibSsh dll is not linked, but loaded explicitly
    50265026# by auto-generated stub code (lazy loading)
    50275027endif
  • trunk/src/VBox/Devices/Makefile.kmk

    r98241 r98250  
    577577
    578578 if defined(VBOX_WITH_CLOUD_NET) && defined(VBOX_WITH_LIBSSH)
    579   VBoxDD_SDKS           += VBOX_SSH VBOX_ZLIB VBoxOpenSsl
     579  VBoxDD_SDKS           += VBoxLibSsh VBOX_ZLIB VBoxOpenSsl
    580580  VBoxDD_DEFS           += VBOX_WITH_CLOUD_NET
    581581  VBoxDD_SOURCES        += \
  • trunk/src/VBox/Main/Makefile.kmk

    r98248 r98250  
    11641164if defined(VBOX_WITH_CLOUD_NET)
    11651165 if defined(VBOX_WITH_LIBSSH)
    1166   VBoxC_SDKS += VBOX_SSH VBoxOpenSsl
     1166  VBoxC_SDKS += VBoxLibSsh VBoxOpenSsl
    11671167  VBoxC_DEFS += VBOX_WITH_LIBSSH
    11681168 endif
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