Skip to content

Commit

Permalink
The DNS compartment is an implementation detail
Browse files Browse the repository at this point in the history
Don't require everyone to add it as a dependency.
  • Loading branch information
davidchisnall committed Jan 10, 2025
1 parent d7f260d commit c3b68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tcpip/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option("network-inject-faults")

compartment("TCPIP")
set_default(false)
add_deps("freestanding", "string", "message_queue_library", "event_group", "cxxrt", "unwind_error_handler")
add_deps("freestanding", "string", "message_queue_library", "event_group", "cxxrt", "unwind_error_handler", "DNS")
add_cflags("-Wno-error=int-conversion", "-Wno-error=cheri-provenance", "-Wno-error=pointer-integer-compare", { force = true})
add_defines("CHERIOT_CUSTOM_DEFAULT_MALLOC_CAPABILITY")
add_defines("CHERIOT_EXPOSE_FREERTOS_SEMAPHORE")
Expand Down

0 comments on commit c3b68b2

Please sign in to comment.