Skip to content
  • Marcin Siodelski's avatar
    [2342] Temporarily moved duid.{h,cc} from libdhcp++ to libdhcp_srv. · 1cee186c
    Marcin Siodelski authored
    Having duid.{h, cc} in libdhcp++ causes dependency between two libraries.
    Due to this dependency multi-threaded build fails because libs are created
    by different threads simultaneously and race condition occurs. Libraries
    should be moved to separate folders and have separate makefiles. This
    complies with BIND10 structure and will make this issue goe away.
    1cee186c