[Xorp-hackers] [greearb/xorp.ct] ea8eca: xorp: Introduced new flag enable_builddirrun for c...

GitHub noreply at github.com
Wed Feb 22 09:05:16 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/greearb/xorp.ct
  Commit: ea8ecac4824594630a6f9b53c6b51a9de6cf0863
      https://github.com/greearb/xorp.ct/commit/ea8ecac4824594630a6f9b53c6b51a9de6cf0863
  Author: Igor Maravic <igorm at etf.rs>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M xorp/BUILD_NOTES
  M xorp/SConstruct
  M xorp/bgp/SConscript
  M xorp/bgp/tools/SConscript
  M xorp/cli/tools/SConscript
  M xorp/contrib/mld6igmp_lite/SConscript
  M xorp/contrib/olsr/SConscript
  M xorp/contrib/olsr/tools/SConscript
  M xorp/etc/templates/SConscript
  M xorp/fea/SConscript
  M xorp/fea/tools/SConscript
  M xorp/fib2mrib/SConscript
  M xorp/libxipc/SConscript
  M xorp/mld6igmp/SConscript
  M xorp/ospf/SConscript
  M xorp/ospf/tools/SConscript
  M xorp/pim/SConscript
  M xorp/policy/SConscript
  M xorp/rib/SConscript
  M xorp/rib/tools/SConscript
  M xorp/rip/SConscript
  M xorp/rip/tools/SConscript
  M xorp/static_routes/SConscript
  M xorp/utils/SConscript
  M xorp/vrrp/SConscript

  Log Message:
  -----------
  xorp: Introduced new flag enable_builddirrun for compiling Xorp

Introduced enable_builddirrun flag, so /lib/xorp/{bin, sbin}
directories would be built even if rtld_origin is set to false
or if shared is set to false.
In this folder module and tool binaries are placed so Xorp
could be run from BUILD_DIR
By default this flag is set to false.
Changed BUILD_NOTES according to this.

Signed-off-by: Igor Maravic <igorm at etf.rs>


  Commit: ef300b106a1db148b24c6e473adb0675d02d2c17
      https://github.com/greearb/xorp.ct/commit/ef300b106a1db148b24c6e473adb0675d02d2c17
  Author: Igor Maravic <igorm at etf.rs>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M xorp/SConstruct

  Log Message:
  -----------
  xorp: Introduce "false" option for scons args

Negative value for scons arguments can be "false",
not only "no" like it used to be.

Signed-off-by: Igor Maravic <igorm at etf.rs>


  Commit: 9999e68d373f579c323dd651905ef268d6a1fcd3
      https://github.com/greearb/xorp.ct/commit/9999e68d373f579c323dd651905ef268d6a1fcd3
  Author: Igor Maravic <igorm at etf.rs>
  Date:   2012-02-22 (Wed, 22 Feb 2012)

  Changed paths:
    M xorp/rtrmgr/SConscript

  Log Message:
  -----------
  xorp: rtrmgr: Fix compiling when shared and rtld_origin are setted to false

Just replaced "env" with "libxorp_rtrmgr_env". With that fix,
libxorp_rtrmgr will include necessary libraries. Problem
was with crypto library, that wasn't included.

Signed-off-by: Igor Maravic <igorm at etf.rs>


Compare: https://github.com/greearb/xorp.ct/compare/d820c85...9999e68


More information about the Xorp-hackers mailing list