[Xorp-hackers] [PATCH 0/2] Xorp compiling fixes

igorm at etf.rs igorm at etf.rs
Wed Feb 22 07:43:15 PST 2012


From: Igor Maravic <igorm at etf.rs>

Hi,
when I tried to compile Xorp, when I tested my fix, 
with shared=false and rtld_origin=false,
Xorp couldn't compile because libxorp_rtrmgr couldn't find the crypto
library. I fixed that in second patch.
In first patch I introduced "false" option for scons arguments. Now
when we want to exclude some element, like "enable_bgp", we can write
"enable_bgp=false" or "enable_bgp=no"
In my opinion false is more natural, because scons args are of
boolean types.
BR
Igor

Igor Maravic (2):
  xorp: Introduce "false" option for scons args
  xorp: rtrmgr: Fix compiling when shared and rtld_origin are setted to
    false

 xorp/SConstruct        |   56 ++++++++++++++++++++++++------------------------
 xorp/rtrmgr/SConscript |    4 +-
 2 files changed, 30 insertions(+), 30 deletions(-)

-- 
1.7.5.4



More information about the Xorp-hackers mailing list