From c85e269c9927645a3524ef575ee911ec0a13a3ff Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Tue, 14 Oct 2014 09:36:32 +0300 Subject: [PATCH] build: move posix-stack to core Otherwise, anything that's not linked with net/ has no network stack and aborts. net/ is meant for the native stack anyway. --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 40ab5b06fc..e58120b56d 100755 --- a/configure.py +++ b/configure.py @@ -30,7 +30,6 @@ libnet = [ 'net/stack.cc', 'net/ip_checksum.cc', 'net/udp.cc', - 'net/posix-stack.cc', ] core = [ @@ -40,6 +39,7 @@ core = [ 'core/resource.cc', 'util/conversions.cc', 'net/packet.cc', + 'net/posix-stack.cc', ] deps = {