VirtualBox

Ignore:
Timestamp:
Oct 17, 2024 10:05:32 AM (3 months ago)
Author:
vboxsync
Message:

Runtime/tools/RTDbgSymSrv: Fix building it and build by default, bugref:10393 [build fix, don't build when RTHtt* API is not available]

File:
1 edited

Legend:

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

    r106366 r106421  
    247247 RTDbgSymCache_SOURCES = RTDbgSymCache.cpp
    248248
    249  # RTDbgSymSrv - Symbol cache proxy.
    250  PROGRAMS += RTDbgSymSrv
    251  RTDbgSymSrv_TEMPLATE = VBoxR3Tool
    252  RTDbgSymSrv_SOURCES = RTDbgSymSrv.cpp
     249ifdef VBOX_WITH_LIBCURL
     250  # RTDbgSymSrv - Symbol cache proxy.
     251  PROGRAMS += RTDbgSymSrv
     252  RTDbgSymSrv_TEMPLATE = VBoxR3Tool
     253  RTDbgSymSrv_SOURCES = RTDbgSymSrv.cpp
     254endif
    253255
    254256 # RTSignTool - Signing utility.
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