From a628a35b10fbd38211c353f506a8c49c2cc3dd7e Mon Sep 17 00:00:00 2001
From: Dan Klein <danklei@cisco.com>
Date: Tue, 25 Aug 2015 10:11:39 +0300
Subject: Fixed compilation by commenting Itay's rpc-server build

---
 linux/ws_main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'linux/ws_main.py')

diff --git a/linux/ws_main.py b/linux/ws_main.py
index f30a7be3..1f096788 100755
--- a/linux/ws_main.py
+++ b/linux/ws_main.py
@@ -351,7 +351,7 @@ build_types = [
                build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_32, is_pie = False),
                build_option(name = "bp-sim", src = bp, debug_mode= RELEASE_,platform = PLATFORM_64, is_pie = False),
 
-               build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False),
+               # build_option(name = "mock-rpc-server", use = ['zmq'], src = rpc_server_mock, debug_mode= DEBUG_,platform = PLATFORM_64, is_pie = False),
               ]
 
 
-- 
cgit