VirtualBox

Changeset 93016 in vbox for trunk


Ignore:
Timestamp:
Dec 17, 2021 12:25:10 PM (3 years ago)
Author:
vboxsync
Message:

libs/libssh: bugref:9469 libssh tunnel and other patches

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r93006 r93016  
    816816# Enable cURL (required for the network part of the GUI)
    817817VBOX_WITH_LIBCURL = 1
     818# Enable libssh (required for cloud network attachment)
     819VBOX_WITH_LIBSSH = 1
    818820# Enable Host=>Guest Drag'n'Drop
    819821if1of ($(KBUILD_TARGET), darwin linux solaris win)
     
    45854587 SDK_VBOX_TPMS_INCS         ?= $(SDK_VBOX_TPMS_DEFAULT_INCS)
    45864588 SDK_VBOX_TPMS_LIBS         ?= $(PATH_STAGE_LIB)/VBox-libtpms$(VBOX_SUFF_LIB)
     4589endif
     4590
     4591ifdef VBOX_WITH_LIBSSH
     4592 SDK_VBOX_SSH               = .
     4593 SDK_VBOX_SSH_INCS         ?= $(PATH_ROOT)/src/libs/libssh-0.9.5/include
     4594 SDK_VBOX_SSH_LIBS         ?= $(PATH_STAGE_LIB)/VBox-libssh$(VBOX_SUFF_LIB)
     4595
     4596 SDK_VBOX_SSH_STATIC         = .
     4597 SDK_VBOX_SSH_STATIC_EXTENDS ?= VBOX_SSH
     4598 SDK_VBOX_SSH_STATIC_LIBS    ?= $(PATH_STAGE_LIB)/VBox-libssh-static$(VBOX_SUFF_LIB)
    45874599endif
    45884600
  • trunk/src/libs/Makefile.kmk

    r91830 r93016  
    109109endif
    110110
     111include $(PATH_SUB_CURRENT)/libssh-0.9.5/Makefile.kmk
     112
    111113include $(FILE_KBUILD_SUB_FOOTER)
    112114
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